toMonth property

Time toMonth

Convert to Time$Month

Implementation

Time get toMonth => convertTo(
      const Time$Month(),
    );