GridViewData.TICurrentDateTime property

Gets or sets the value that is passed from a Time Intelligence filter to the scorecard's Current Date Time endpoint.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property TICurrentDateTime As String
    Get
    Set
'Usage
Dim instance As GridViewData
Dim value As String

value = instance.TICurrentDateTime

instance.TICurrentDateTime = value
public string TICurrentDateTime { get; set; }

Property value

Type: System.String
The value that is passed from an external Time Intelligence filter to the scorecard's Current Date Time endpoint.

Remarks

TICurrentDateTime represents the date and time that is used by the scorecard query engine to evaluate KPI measures that contain a Time Intelligence filter. If not specified, the current date and time of the server is used by the scorecard query engine, if a Time Intelligence filter is defined.

See also

Reference

GridViewData class

GridViewData members

Microsoft.PerformancePoint.Scorecards namespace