Share via


TimeIntelligenceRangeOperatorToken Constructor (Int32, Char) (Microsoft.PerformancePoint.Scorecards)

Initializes a new instance of the TimeIntelligenceRangeOperatorToken class.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub New ( _
    position As Integer, _
    charValue As Char _
)
'Usage
Dim position As Integer
Dim charValue As Char

Dim instance As New TimeIntelligenceRangeOperatorToken(position, charValue)
public TimeIntelligenceRangeOperatorToken (
    int position,
    char charValue
)

Parameters

  • position
    The character position of the token.
  • charValue
    The character value of the token.

See Also

Reference

TimeIntelligenceRangeOperatorToken Class
TimeIntelligenceRangeOperatorToken Members
Microsoft.PerformancePoint.Scorecards Namespace