RangeDateTimeValue Constructor (Guid, DateTime, 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,
	DateTime lowerBoundaryValue,
	bool includeLowerBoundary,
	DateTime upperBoundaryValue,
	bool includeUpperBoundary
)

Parameters

parameterId
Type: SystemGuid
The parameter ID.
lowerBoundaryValue
Type: SystemDateTime
The lower boundary value.
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