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)

DateTime GetItemChangeTime(
	SyncId^ itemId
)

Parameters

itemId
Type: Microsoft.Synchronization::SyncId
The ID of the item to look up.

Return Value

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