startTime property

TimeOfDay? startTime
getter/setter pair

Start time (inclusive).

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

Optional.

Implementation

TimeOfDay? startTime;