SyncOperationStatistics::SyncStartTime Property

Gets or sets the date and time when the synchronization session started.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property DateTime SyncStartTime {
	DateTime get ();
	internal: void set (DateTime value);
}

Property Value

Type: System::DateTime
The date and time when the synchronization session started.
Show: