Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
)
abstract GetItemChangeTime :
itemId:SyncId -> DateTime
function GetItemChangeTime(
itemId : SyncId
) : DateTime
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.