closeTime property

TimeOfDay? closeTime
getter/setter pair

Valid values are 00:00-24:00, where 24:00 represents midnight at the end of the specified day field.

Note: In Proto3 JSON mapping, default zero values (00:00) are omitted, producing {} for close_time.

Required.

Implementation

TimeOfDay? closeTime;