TestimoX

API Reference

Enum

WindowsUpdateScheduledInstallationDay

Namespace ComputerX.Updates
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Describes the configured installation day for scheduled Automatic Updates.

Inheritance

  • Enum
  • WindowsUpdateScheduledInstallationDay

Values

public const WindowsUpdateScheduledInstallationDay EveryDay #

Install every day.

Value: 0
public const WindowsUpdateScheduledInstallationDay Sunday #

Install on Sunday.

Value: 1
public const WindowsUpdateScheduledInstallationDay Monday #

Install on Monday.

Value: 2
public const WindowsUpdateScheduledInstallationDay Tuesday #

Install on Tuesday.

Value: 3
public const WindowsUpdateScheduledInstallationDay Wednesday #

Install on Wednesday.

Value: 4
public const WindowsUpdateScheduledInstallationDay Thursday #

Install on Thursday.

Value: 5
public const WindowsUpdateScheduledInstallationDay Friday #

Install on Friday.

Value: 6
public const WindowsUpdateScheduledInstallationDay Saturday #

Install on Saturday.

Value: 7