SPChange.Time property
Obtém a hora em que a alteração foi confirmada no log de alteração.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Time As DateTime
Get
'Uso
Dim instance As SPChange
Dim value As DateTime
value = instance.Time
public DateTime Time { get; }
Property value
Type: System.DateTime
Uma estrutura de DateTime que indica quando a alteração foi comprometida.