AnalyticsItemData.CurrentDate property
Gets the date when the analytics data was retrieved.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CurrentDate As DateTime
Get
Friend Set
'Usage
Dim instance As AnalyticsItemData
Dim value As DateTime
value = instance.CurrentDate
[DataMemberAttribute]
public DateTime CurrentDate { get; internal set; }
Property value
Type: System.DateTime
Implements
IAnalyticsItemData.CurrentDate