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)
Syntax
'Declaration
Public ReadOnly Property Time As DateTime
Get
'Usage
Dim instance As SPChange
Dim value As DateTime
value = instance.Time
public DateTime Time { get; }
Property value
Type: System.DateTime
A DateTime structure that indicates when the change was committed.