ISynchronizationInfo.EndTime Property

 

Applies To: Windows Server Update Services

Gets the time when the synchronization process ended.

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

Syntax

DateTime EndTime { get; }
property DateTime EndTime {
    DateTime get();
}
abstract EndTime : DateTime with get
ReadOnly Property EndTime As Date

Property Value

Type: System.DateTime

Date and time the synchronization process ended. The date is in Coordinated Universal Time.

Remarks

If the value of Result is Unknown then the value for EndTime is the same as StartTime.

If Result is NeverRun then the value for StartTime is DateTime.MinValue.

See Also

ISynchronizationInfo Interface
Microsoft.UpdateServices.Administration Namespace

Return to top