次の方法で共有


OracleDatabaseMaintenanceWindow.HoursOfDay Property

Definition

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.

public System.Collections.Generic.IList<int> HoursOfDay { get; }
member this.HoursOfDay : System.Collections.Generic.IList<int>
Public ReadOnly Property HoursOfDay As IList(Of Integer)

Property Value

Applies to