MaintenanceWindowTimeRange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maintenance window time range.
public class MaintenanceWindowTimeRange
type MaintenanceWindowTimeRange = class
Public Class MaintenanceWindowTimeRange
- Inheritance
-
MaintenanceWindowTimeRange
Constructors
MaintenanceWindowTimeRange() |
Initializes a new instance of the MaintenanceWindowTimeRange class. |
MaintenanceWindowTimeRange(String, String, String) |
Initializes a new instance of the MaintenanceWindowTimeRange class. |
Properties
DayOfWeek |
Gets or sets day of maintenance window. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday' |
Duration |
Gets or sets duration of maintenance window in minutes. |
StartTime |
Gets or sets start time minutes offset from 12am. |