Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
DateTime GetItemChangeTime (
SyncId itemId
)
function GetItemChangeTime (
itemId : SyncId
) : DateTime
Parameters
- itemId
The ID of the item to look up.
Return Value
The date and time that the specified item was last changed.
See Also
Reference
ISupportLastWriteTime Interface
ISupportLastWriteTime Members
Microsoft.Synchronization Namespace