SPChange.Time Property
Gets the time at which the change was committed to the change log.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property Time As DateTime
Get
'Usage
Dim instance As SPChange
Dim value As DateTime
value = instance.Time
[ClientCallableAttribute]
public DateTime Time { get; }
Property Value
Type: System.DateTime
A DateTime structure that indicates when the change was committed.