Enum XenDesktopDeliveryGroupRebootScheduleDays
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the days on which a weekly frequency restart schedule applies.
[Flags]
public enum XenDesktopDeliveryGroupRebootScheduleDays
Fields
Friday = 32
The schedule applies to Fridays.
Monday = 2
The schedule applies to Mondays.
Saturday = 64
The schedule applies to Saturdays.
Sunday = 1
The schedule applies to Sundays.
Thursday = 16
The schedule applies to Thursdays.
Tuesday = 4
The schedule applies to Tuesdays.
Unknown = 0
The schedule days are unknown.
Wednesday = 8
The schedule applies to Wednesdays.