Change.Time property
Gets a value that specifies the time that the object was modified.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Time As DateTime
Get
'Usage
Dim instance As Change
Dim value As DateTime
value = instance.Time
public DateTime Time { get; }
Property value
Type: System.DateTime
Returns a DateTime.instance representing the time the object was modified.
Remarks
This can be different than the time that the change was committed to the change log.