menu
lunar package
documentation
calendar/Lunar.dart
Lunar
getTime method
getTime method
dark_mode
light_mode
getTime
method
LunarTime
getTime
(
)
Implementation
LunarTime getTime() => LunarTime.fromYmdHms(_year, _month, _day, _hour, _minute, _second);
lunar package
documentation
calendar/Lunar
Lunar
getTime method
Lunar class