startTime property

TimeOfDay? startTime
getter/setter pair

Hours in 24 hour time between 0 and 24, inclusive.

Note: 24 is logically equivalent to 0, but is supported since in some cases there may need to be differentiation made between midnight on one day and midnight on the next day. Accepted values for minutes are [0, 15, 30, 45]. 0 is the only acceptable minute value for hour 24. Seconds and nanos are ignored.

Implementation

TimeOfDay? startTime;