All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tyme.solar.SolarTermDay Maven / Gradle / Ivy

There is a newer version: 1.1.7
Show newest version
package com.tyme.solar;

import com.tyme.AbstractCultureDay;

/**
 * 节气第几天
 *
 * @author 6tail
 */
public class SolarTermDay extends AbstractCultureDay {

  public SolarTermDay(SolarTerm solarTerm, int dayIndex) {
    super(solarTerm, dayIndex);
  }

  /**
   * 节气
   *
   * @return 节气
   */
  public SolarTerm getSolarTerm() {
    return (SolarTerm)culture;
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy