Enumeration RVDateFilterType

Index

Enumeration Members

AllTime: "allTime"

No filter defined, all time is included

CustomRange: "customRange"

Custom range, an instance of RVDateRange must be set in the range property.

CustomRule: "customRule"

New implementation for date rules

LastMonth: "lastMonth"

Last 30 days

LastWeek: "lastWeek"

Last 7 days

LastYear: "lastYear"

Last 365 days

MonthToDate: "monthToDate"

From the first day of the current month

NextMonth: "nextMonth"

The next month

NextQuarter: "nextQuarter"

The next quarter

NextYear: "nextYear"

The next year

PreviousMonth: "previousMonth"

The previous month

PreviousQuarter: "previousQuarter"

The previous quarter

PreviousYear: "previousYear"

The previous year

QuarterToDate: "quarterToDate"

From the first day of the current quarter

ThisMonth: "thisMonth"

This month, including the rest of it

ThisQuarter: "thisQuarter"

This quarter, including the rest of it

ThisYear: "thisYear"

This year, including the rest of it. From Jan 1st to Dec 31st of the current year

Today: "today"

Today

TrailingTwelveMonths: "trailingTwelveMonths"

The last 12 complete months

YearToDate: "yearToDate"

From Jan 1st this year to today

Yesterday: "yesterday"

Yesterday