Share via


ISupportLastWriteTime.GetItemChangeTime Method

When overridden in a derived class, gets the date and time that the specified item was last changed.

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

Syntax

'Declaration
Function GetItemChangeTime ( _
    itemId As SyncId _
) As DateTime
'Usage
Dim instance As ISupportLastWriteTime
Dim itemId As SyncId
Dim returnValue As DateTime

returnValue = instance.GetItemChangeTime(itemId)
DateTime GetItemChangeTime(
    SyncId itemId
)
DateTime GetItemChangeTime(
    SyncId^ itemId
)
abstract GetItemChangeTime : 
        itemId:SyncId -> DateTime 
function GetItemChangeTime(
    itemId : SyncId
) : DateTime

Parameters

Return Value

Type: System.DateTime
The date and time that the specified item was last changed.

See Also

Reference

ISupportLastWriteTime Interface

Microsoft.Synchronization Namespace