DataRegionDateTimeRange Constructor

Initializes a new instance of the DataRegionDateTimeRange class.

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public DataRegionDateTimeRange(
	string timeHierarchyUniqueName,
	DateTime minimumDate,
	DateTime maximumDate
)

Parameters

timeHierarchyUniqueName
Type: SystemString
The unique name for the time hierarchy.
minimumDate
Type: SystemDateTime
The minimum date value.
maximumDate
Type: SystemDateTime
The maximum date value.
Exceptions
ExceptionCondition
ArgumentNullExceptiontimeHierarchyUniqueName is .
ArgumentExceptionThe maximumDate value is smaller or equal with the minimumDate value.
See Also