DataRegionDateTimeRange Class

Class that represents a DataRegion range defined by using a time hierarchy values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalDataRegionRangeDateTime
    Dundas.BI.Data.DataRetrievalDataRegionDateTimeRange

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class DataRegionDateTimeRange : DataRegionRange<DateTime>

The DataRegionDateTimeRange type exposes the following members.

Constructors
 NameDescription
Public methodDataRegionDateTimeRange Initializes a new instance of the DataRegionDateTimeRange class.
Top
Properties
 NameDescription
Public propertyMaximum Gets the range maximum value.
(Inherited from DataRegionRangeT)
Public propertyMinimum Gets the range minimum value.
(Inherited from DataRegionRangeT)
Public propertyTimeHierarchyUniqueName Gets the unique name for the time hierarchy used to define the range.
Top
See Also