ISynchronizationInfo.StartTime Property

 

Applies To: Windows Server Update Services

Gets the time when the synchronization process started.

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

Syntax

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

Property Value

Type: System.DateTime

The date and time the synchronization process started in Coordinated Universal Time.

Remarks

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

See Also

ISynchronizationInfo Interface
Microsoft.UpdateServices.Administration Namespace

Return to top