SPUsageEntry.TimestampUtc Property

Gets or sets a UTC timestamp for the occurrence of this entry.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPUsageEntry Class

SPUsageEntry Members

Microsoft.SharePoint.Administration Namespace