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.

public enum class DateRangeType
public enum DateRangeType
type DateRangeType = 
Public Enum DateRangeType
Inheritance
DateRangeType

Fields

DayOfMonth 3

Date/time interval is days of the month.

DayOfWeek 2

Date/time interval is days of the week.

Hour 4

Date/time interval is hours.

Minute 5

Date/time interval is minutes.

Month 1

Date/time interval is months.

Year 0

Date/time interval is years.

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