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)

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.

See also

Reference

SPAuditEntry class

SPAuditEntry members

Microsoft.SharePoint namespace