Enumeration RVDateFilterType

Index

Enumeration members

AllTime

AllTime: = "allTime"

No filter defined, all time is included

CustomRange

CustomRange: = "customRange"

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

LastMonth

LastMonth: = "lastMonth"

Last 30 days

LastWeek

LastWeek: = "lastWeek"

Last 7 days

LastYear

LastYear: = "lastYear"

Last 365 days

MonthToDate

MonthToDate: = "monthToDate"

From the first day of the current month

NextMonth

NextMonth: = "nextMonth"

The next month

NextQuarter

NextQuarter: = "nextQuarter"

The next quarter

NextYear

NextYear: = "nextYear"

The next year

PreviousMonth

PreviousMonth: = "previousMonth"

The previous month

PreviousQuarter

PreviousQuarter: = "previousQuarter"

The previous quarter

PreviousYear

PreviousYear: = "previousYear"

The previous year

QuarterToDate

QuarterToDate: = "quarterToDate"

From the first day of the current quarter

ThisMonth

ThisMonth: = "thisMonth"

This month, including the rest of it

ThisQuarter

ThisQuarter: = "thisQuarter"

This quarter, including the rest of it

ThisYear

ThisYear: = "thisYear"

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

Today

Today: = "today"

Today

TrailingTwelveMonths

TrailingTwelveMonths: = "trailingTwelveMonths"

The last 12 complete months

YearToDate

YearToDate: = "yearToDate"

From Jan 1st this year to today

Yesterday

Yesterday: = "yesterday"

Yesterday