startHour property

int? startHour
getter/setter pair

Starting hour in 24 hour time.

This field must be between 0 and 23, inclusive. This field is required for CREATE operations and is prohibited on UPDATE operations.

Implementation

core.int? startHour;