Table of Contents

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 | Saturday

The schedule runs every day.

Friday = 32

The schedule runs on a Friday.

Monday = 2

The schedule runs on a Monday.

None = 0

The schedule does not run on any days.

Saturday = 64

The schedule runs on a Saturday.

Sunday = 1

The schedule runs on a Sunday.

Thursday = 16

The schedule runs on a Thursday.

Tuesday = 4

The schedule runs on a Tuesday.

Unknown = -1

The days of the week are unknown.

Wednesday = 8

The schedule runs on a Wednesday.