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)

DateTime GetChangeUnitChangeTime(
	SyncId^ itemId, 
	SyncId^ changeUnitId
)

Parameters

itemId
Type: Microsoft.Synchronization::SyncId
The ID of the item that contains the change unit to look up.
changeUnitId
Type: Microsoft.Synchronization::SyncId
The ID of the change unit to look up.

Return Value

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