SPAuditEntry.Occurred Property
Gets the date and time of the audited event expressed in Coordinated Universal Time (UTC).
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Occurred As DateTime
Get
'Usage
Dim instance As SPAuditEntry
Dim value As DateTime
value = instance.Occurred
public DateTime Occurred { get; }
Property Value
Type: System.DateTime
A DateTime that represents the moment, in UTC time, at which the event occurred.