ISubscription.GetNextSynchronizationTime Method ()

 

Applies To: Windows Server Update Services

Gets the next time the server will synchronize the updates.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

DateTime GetNextSynchronizationTime()
DateTime GetNextSynchronizationTime()
abstract GetNextSynchronizationTime : unit -> DateTime
Function GetNextSynchronizationTime As Date

Return Value

Type: System.DateTime

The date and time when the server is scheduled to synchronize the updates. The date is in Coordinated Universal Time. The date is DateTime.MinValue if SynchronizeAutomatically is false.

See Also

ISubscription Interface
Microsoft.UpdateServices.Administration Namespace

Return to top