LunarMonth class
农历月 @author 6tail
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getDayCount(
) → int -
getFirstJulianDay(
) → double -
getGan(
) → String -
getGanIndex(
) → int -
getGanZhi(
) → String -
getIndex(
) → int -
getMonth(
) → int -
getNineStar(
) → NineStar -
getPositionCai(
) → String -
getPositionCaiDesc(
) → String -
getPositionFu(
[int sect = 2]) → String -
getPositionFuDesc(
[int sect = 2]) → String -
getPositionTaiSui(
) → String -
getPositionTaiSuiDesc(
) → String -
getPositionXi(
) → String -
getPositionXiDesc(
) → String -
getPositionYangGui(
) → String -
getPositionYangGuiDesc(
) → String -
getPositionYinGui(
) → String -
getPositionYinGuiDesc(
) → String -
getYear(
) → int -
getZhi(
) → String -
getZhiIndex(
) → int -
isLeap(
) → bool -
next(
int n) → LunarMonth -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromYm(
int lunarYear, int lunarMonth) → LunarMonth?