endTime property

TimeOfDay? endTime
getter/setter pair

End time (exclusive).

Use 24:00 to indicate midnight. If you specify end_time you must also specify start_time. If left empty, this will block for the entire day for the days specified in days_of_week.

Optional.

Implementation

TimeOfDay? endTime;