IEmailNotificationConfiguration.StatusNotificationTimeOfDay Property
Applies To: Windows Server Update Services
Gets and sets the time of the day e-mail notifications should be sent.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
TimeSpan StatusNotificationTimeOfDay { get; set; }
property TimeSpan StatusNotificationTimeOfDay {
TimeSpan get();
void set(TimeSpan value);
}
abstract StatusNotificationTimeOfDay : TimeSpan with get, set
Property StatusNotificationTimeOfDay As TimeSpan
Property Value
Type: System.TimeSpan
The time of day email notifications are sent.
Remarks
This property is the UTC time on the WSUS server when it sends status notification. If both the calling application and the WSUS server have the same settings for Daylight Savings Time adjustments, notifications at the correct time. If the adjustments for Daylight Savings Time are different, then notifications will be off by the difference in the Daylight Savings Time adjustment.
See Also
IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace
Return to top