DateRangeType Enum

Definition

Specifies a date/time interval that determines the ranges that will be filtered when you invoke one of the Filter method definitions found in the DataManipulator class.

C#
public enum DateRangeType
Inheritance
DateRangeType

Fields

Name Value Description
Year 0

Date/time interval is years.

Month 1

Date/time interval is months.

DayOfWeek 2

Date/time interval is days of the week.

DayOfMonth 3

Date/time interval is days of the month.

Hour 4

Date/time interval is hours.

Minute 5

Date/time interval is minutes.

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1