getTime method

LunarTime getTime()

Implementation

LunarTime getTime() {
  return LunarTime.fromYmdHms(_year, _month, _day, _hour, _minute, _second);
}