Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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