Change.Time Property
Gets a value that specifies the time that the object was modified.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Time As DateTime
Get
'Usage
Dim instance As Change
Dim value As DateTime
value = instance.Time
[RemoteAttribute]
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.