SPUsageEntry.TimestampUtc property
Gets or sets a UTC timestamp for the occurrence of this entry.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property TimestampUtc As DateTime
Get
Set
'Usage
Dim instance As SPUsageEntry
Dim value As DateTime
value = instance.TimestampUtc
instance.TimestampUtc = value
public virtual DateTime TimestampUtc { get; set; }
Property value
Type: System.DateTime
Returns a DateTime identifying the UTC time of this entry.