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 = 32The schedule applies to Fridays.
Monday = 2The schedule applies to Mondays.
Saturday = 64The schedule applies to Saturdays.
Sunday = 1The schedule applies to Sundays.
Thursday = 16The schedule applies to Thursdays.
Tuesday = 4The schedule applies to Tuesdays.
Unknown = 0The schedule days are unknown.
Wednesday = 8The schedule applies to Wednesdays.