Dundas Chart for ASP.NET
DateRangeType Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : DateRangeType Enumeration


A date/time interval that determines the ranges that will be filtered when using several of the Filter method definitions.


Date range type enumeration

Syntax

Visual Basic (Declaration)  
Public Enum DateRangeType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As DateRangeType
C#  
public enum DateRangeType : Enum 

Members

Member Description
Year

Date/time interval is years.


Range defined in years
Month

Date/time interval is months.


Range defined in months
DayOfWeek

Date/time interval is days of the week.


Range defined in week days
DayOfMonth

Date/time interval is days of the month.


Range defined in months day
Hour

Date/time interval is hours.


Range defined in hours
Minute

Date/time interval is minutes.


Range defined in minutes

Remarks

This enumeration is used for the DateRange argument of the Filter method, which combined with the rangeElements parameter determines the date/time ranges that are filtered.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.DateRangeType

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.