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

com.tyme.eightchar.provider.ChildLimitProvider Maven / Gradle / Ivy

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

import com.tyme.eightchar.ChildLimitInfo;
import com.tyme.solar.SolarTerm;
import com.tyme.solar.SolarTime;

/**
 * 童限计算接口
 *
 * @author 6tail
 */
public interface ChildLimitProvider {

  /**
   * 童限信息
   *
   * @param birthTime 出生公历时刻
   * @param term      节令
   * @return 童限信息
   */
  ChildLimitInfo getInfo(SolarTime birthTime, SolarTerm term);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy