SPUsageEntry.Timestamp Property
Gets or sets a 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 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.