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
)
DateTime GetChangeUnitChangeTime (
    SyncId itemId, 
    SyncId changeUnitId
)
function GetChangeUnitChangeTime (
    itemId : SyncId, 
    changeUnitId : SyncId
) : DateTime

Parameters

  • itemId
    The ID of the item that contains the change unit to look up.
  • changeUnitId
    The ID of the change unit to look up.

Return Value

The date and time that the specified change unit was last changed.

See Also

Reference

ISupportLastWriteTime Interface
ISupportLastWriteTime Members
Microsoft.Synchronization Namespace