time property

Time get time

The time of this DateTime.

Implementation

Time get time => timePart ??= Time(hour, minute, second, millisecond, microsecond);