Sync.LastSyncTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the date and time when the local copy of the active document was last synchronized with the server copy.
public:
property System::Object ^ LastSyncTime { System::Object ^ get(); };
public object LastSyncTime { get; }
member this.LastSyncTime : obj
Public ReadOnly Property LastSyncTime As Object
Property Value
Remarks
Use the LastSyncTime property to determine how much time has elapsed since the local copy of the active document was last synchronized with the server copy. Check the Status property to determine whether the local copy and the server copy are out of sync.
If the active document is not configured for synchronization between the local copy and the server copy, the LastSyncTime property raises a run-time error.