menu
lunar package
documentation
calendar/EightChar.dart
EightChar
getDayZhiIndex method
getDayZhiIndex method
dark_mode
light_mode
getDayZhiIndex
method
int
getDayZhiIndex
(
)
Implementation
int getDayZhiIndex() => 2 == _sect ? _lunar.getDayZhiIndexExact2() : _lunar.getDayZhiIndexExact();
lunar package
documentation
calendar/EightChar
EightChar
getDayZhiIndex method
EightChar class