endMinutes property

int? endMinutes
getter/setter pair

If the type is WINDOWED, the end of the maintenance window, measured as the number of minutes after midnight in device's local time.

This value must be between 0 and 1439, inclusive. If this value is less than start_minutes, then the maintenance window spans midnight. If the maintenance window specified is smaller than 30 minutes, the actual window is extended to 30 minutes beyond the start time.

Implementation

core.int? endMinutes;