SyncStatistics::SyncCompleteTime Property
Gets or sets the time when a SyncSession ended.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property DateTime SyncCompleteTime { DateTime get (); void set (DateTime value); }
Property Value
Type: System::DateTimeA DateTime object that contains the time when a SyncSession ended.
For an example that shows how to use the SyncStatistics object, see Getting Started: Client and Server Synchronization.
Show: