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.

It must be specified if closed is false. Note: In Proto3 JSON mapping, default zero values (00:00) are omitted, producing {} for close_time.

Optional.

Implementation

TimeOfDay? closeTime;