Share via


GridViewDataInputs.TimeIntelligenceCurrentTime property

Gets or sets the time value used for computing a time intelligence filter that is connected to the TICurrentDateTime endpoint.

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

Syntax

'Declaration
Public Property TimeIntelligenceCurrentTime As String
    Get
    Set
'Usage
Dim instance As GridViewDataInputs
Dim value As String

value = instance.TimeIntelligenceCurrentTime

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

Property value

Type: System.String
The time value used for computing a time intelligence filter that is connected to the TICurrentDateTime endpoint.

See also

Reference

GridViewDataInputs class

GridViewDataInputs members

Microsoft.PerformancePoint.Scorecards namespace