DateRangeType Enumeration
.NET Framework (current version)
Specifies a date/time interval that determines the ranges that will be filtered when you invoke one of the Filter method definitionsfound in the DataManipulator class.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
| Member name | Description | |
|---|---|---|
| DayOfMonth | Date/time interval is days of the month. | |
| DayOfWeek | Date/time interval is days of the week. | |
| Hour | Date/time interval is hours. | |
| Minute | Date/time interval is minutes. | |
| Month | Date/time interval is months. | |
| Year | Date/time interval is years. |
The DateRangeType enumeration is passed in the DateRange parameter of some Filter methods, which combined with the rangeElements parameter determines the date/time ranges that are filtered.
.NET Framework
Available since 4.0
Available since 4.0
Show: