Open this page in the API Guide

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.4.0.1000)
Syntax
public DataRegionDateTimeRange(
	string timeHierarchyUniqueName,
	DateTime minimumDate,
	DateTime maximumDate
)

Parameters

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