Enum MicrosoftFailoverClusterAwareUpdatingDaysOfWeek
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The days of the week that cluster-aware updating is scheduled to run.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterAwareUpdatingDaysOfWeek
Fields
EveryDay = Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | SaturdayThe schedule runs every day.
Friday = 32The schedule runs on a Friday.
Monday = 2The schedule runs on a Monday.
None = 0The schedule does not run on any days.
Saturday = 64The schedule runs on a Saturday.
Sunday = 1The schedule runs on a Sunday.
Thursday = 16The schedule runs on a Thursday.
Tuesday = 4The schedule runs on a Tuesday.
Unknown = -1The days of the week are unknown.
Wednesday = 8The schedule runs on a Wednesday.