public class SixtyCycleYear extends AbstractTyme
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
year
年
|
| 构造器和说明 |
|---|
SixtyCycleYear(int year) |
| 限定符和类型 | 方法和说明 |
|---|---|
static SixtyCycleYear |
fromYear(int year)
从年初始化
|
SixtyCycleMonth |
getFirstMonth()
首月(五虎遁:甲己之年丙作首,乙庚之岁戊为头,丙辛必定寻庚起,丁壬壬位顺行流,若问戊癸何方发,甲寅之上好追求。)
|
Direction |
getJupiterDirection()
太岁方位
|
List<SixtyCycleMonth> |
getMonths()
干支月列表
|
String |
getName()
名称
|
NineStar |
getNineStar()
九星
|
SixtyCycle |
getSixtyCycle()
干支
|
Twenty |
getTwenty()
运
|
int |
getYear()
年
|
SixtyCycleYear |
next(int n)
推移
|
equals, indexOf, toStringpublic static SixtyCycleYear fromYear(int year)
year - 年,支持-1到9999年public int getYear()
public SixtyCycle getSixtyCycle()
public Twenty getTwenty()
public NineStar getNineStar()
public Direction getJupiterDirection()
public SixtyCycleYear next(int n)
n - 推移年数public SixtyCycleMonth getFirstMonth()
public List<SixtyCycleMonth> getMonths()
Copyright © 2025. All Rights Reserved.