IAutomaticUpdatesSettings::put_ScheduledInstallationDay method (wuapi.h)

[IAutomaticUpdatesSettings::ScheduledInstallationDay is no longer supported as of Windows 10.]

Gets and sets the days of the week on which Automatic Updates installs or uninstalls updates.

This property is read/write.

Syntax

HRESULT put_ScheduledInstallationDay(
  AutomaticUpdatesScheduledInstallationDay value
);

Parameters

value

Return value

None

Remarks

The value of this property is ignored if the value of the NotificationLevel property is not aunlScheduledInstallation.

Note  Starting with Windows 8 and Windows Server 2012, ScheduledInstallationDay is not supported and will return unreliable values. If you try to modify ScheduledInstallationDay, the operation will appear to succeed but will have no effect.
 

Requirements

Requirement Value
Minimum supported client Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Minimum supported server Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Target Platform Windows
Header wuapi.h
Library Wuguid.lib
DLL Wuapi.dll

See also

IAutomaticUpdatesSettings