RangeDateTimeValue Constructor (Guid, ParameterToken, Boolean, DateTime, Boolean)

Initializes a new instance of the RangeDateTimeValue class.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public RangeDateTimeValue(
	Guid parameterId,
	ParameterToken lowerBoundaryToken,
	bool includeLowerBoundary,
	DateTime upperBoundaryValue,
	bool includeUpperBoundary
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
lowerBoundaryToken
Type: Dundas.BI.Data.Parameters.TokensParameterToken
The lower boundary token.
includeLowerBoundary
Type: SystemBoolean
If the parameter value is set to then the lower boundary is included in the range; otherwise .
upperBoundaryValue
Type: SystemDateTime
The upper boundary value.
includeUpperBoundary
Type: SystemBoolean
If the parameter value is set to then the upper boundary is included in the range; otherwise .
See Also