SPUsageEntry.Timestamp property

Gets or sets a 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 Timestamp As DateTime
    Get
    Set
'Usage
Dim instance As SPUsageEntry
Dim value As DateTime

value = instance.Timestamp

instance.Timestamp = value
public virtual DateTime Timestamp { get; set; }

Property value

Type: System.DateTime
Returns a DateTime identifying the time of this entry.

See also

Reference

SPUsageEntry class

SPUsageEntry members

Microsoft.SharePoint.Administration namespace