Share via


Sync.LastSyncTime Property

Returns the date and time when the local copy of the active document was last synchronized with the server copy.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property LastSyncTime As Object
    Get
'Usage
Dim instance As Sync
Dim value As Object

value = instance.LastSyncTime
Object LastSyncTime { get; }

Property Value

Type: System.Object

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.

See Also

Reference

Sync Interface

Sync Members

Microsoft.Office.Core Namespace