Table of Contents

Enum WindowsUpdateScheduledDay

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the day on which Windows updates are to be installed.

public enum WindowsUpdateScheduledDay

Fields

EveryDay = 0

Updates are installed every day at the specified time.

Friday = 6

Updates are installed every Friday at the specified time.

Monday = 2

Updates are installed every Monday at the specified time.

Saturday = 7

Updates are installed every Saturday at the specified time.

Sunday = 1

Updates are installed every Sunday at the specified time.

Thursday = 5

Updates are installed every Thursday at the specified time.

Tuesday = 3

Updates are installed every Tuesday at the specified time.

Unknown = 8

The day on which Windows updates are scheduled to be installed is unknown.

Wednesday = 4

Updates are installed every Wednesday at the specified time.