Share via


ISupportLastWriteTime.GetChangeUnitChangeTime Method

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

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

Syntax

'Declaration
Function GetChangeUnitChangeTime ( _
    itemId As SyncId, _
    changeUnitId As SyncId _
) As DateTime
'Usage
Dim instance As ISupportLastWriteTime
Dim itemId As SyncId
Dim changeUnitId As SyncId
Dim returnValue As DateTime

returnValue = instance.GetChangeUnitChangeTime(itemId, _
    changeUnitId)
DateTime GetChangeUnitChangeTime(
    SyncId itemId,
    SyncId changeUnitId
)
DateTime GetChangeUnitChangeTime(
    SyncId^ itemId, 
    SyncId^ changeUnitId
)
abstract GetChangeUnitChangeTime : 
        itemId:SyncId * 
        changeUnitId:SyncId -> DateTime 
function GetChangeUnitChangeTime(
    itemId : SyncId, 
    changeUnitId : SyncId
) : DateTime

Parameters

Return Value

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

See Also

Reference

ISupportLastWriteTime Interface

Microsoft.Synchronization Namespace