hoursOfDay property

List<int>? hoursOfDay
getter/setter pair

The window of hours during the day when maintenance should be performed.

The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16

  • represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC

Optional.

Implementation

core.List<core.int>? hoursOfDay;