public class SixtyCycleMonth extends AbstractTyme
| 限定符和类型 | 字段和说明 |
|---|---|
protected SixtyCycle |
month
月柱
|
protected SixtyCycleYear |
year
干支年
|
| 构造器和说明 |
|---|
SixtyCycleMonth(SixtyCycleYear year,
SixtyCycle month)
初始化
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SixtyCycleMonth |
fromIndex(int year,
int index)
从年和月索引初始化
|
List<SixtyCycleDay> |
getDays()
本月的干支日列表
|
SixtyCycleDay |
getFirstDay()
首日(节令当天)
|
int |
getIndexInYear()
位于当年的索引(0-11),寅月为0,依次类推
|
Direction |
getJupiterDirection()
太岁方位
|
String |
getName()
名称
|
NineStar |
getNineStar()
九星
|
SixtyCycle |
getSixtyCycle()
干支
|
SixtyCycleYear |
getSixtyCycleYear()
干支年
|
SixtyCycle |
getYear()
年柱
|
SixtyCycleMonth |
next(int n)
推移
|
String |
toString() |
equals, indexOfprotected SixtyCycleYear year
protected SixtyCycle month
public SixtyCycleMonth(SixtyCycleYear year, SixtyCycle month)
year - 干支年month - 月柱public static SixtyCycleMonth fromIndex(int year, int index)
year - 年index - 月索引public SixtyCycleYear getSixtyCycleYear()
public SixtyCycle getYear()
public SixtyCycle getSixtyCycle()
public String toString()
toString 在类中 AbstractCulturepublic SixtyCycleMonth next(int n)
Tymen - 推移步数public int getIndexInYear()
public NineStar getNineStar()
public Direction getJupiterDirection()
public SixtyCycleDay getFirstDay()
public List<SixtyCycleDay> getDays()
Copyright © 2025. All Rights Reserved.