Enum RVDateFilterType

Date filter type, you can use one of the predefined filters or the custom range type.

Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public enum RVDateFilterType

Fields

Name Description
AllTime

No filter defined, all time is included

CustomRange

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

LastMonth

Last 30 days

LastWeek

Last 7 days

LastYear

Last 365 days

MonthToDate

From the first day of the current month

NextMonth

The next month

NextQuarter

The next quarter

NextYear

The next year

PreviousMonth

The previous month

PreviousQuarter

The previous quarter

PreviousYear

The previous year

QuarterToDate

From the first day of the current quarter

ThisMonth

This month, including the rest of it

ThisQuarter

This quarter, including the rest of it

ThisYear

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

Today

Today

TrailingTwelveMonths

The last 12 complete months

YearToDate

From Jan 1st this year to today

Yesterday

Yesterday