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