AnalyticsUsageEvent.TimeStamp property
Gets or sets the time an event occurred.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TimeStamp As DateTime
Get
Set
'Usage
Dim instance As AnalyticsUsageEvent
Dim value As DateTime
value = instance.TimeStamp
instance.TimeStamp = value
[DataMemberAttribute]
public DateTime TimeStamp { get; set; }
Property value
Type: System.DateTime
Implements
IAnalyticsUsageEvent.TimeStamp