A date/time interval that determines the ranges that will be filtered when using several of the Filter method definitions.
Date range type enumeration
| Visual Basic (Declaration) | |
|---|---|
Public Enum DateRangeType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DateRangeType : Enum | |
| 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 |
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.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.DateRangeType
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