Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.