Class RVDateFilterType

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

Inheritance
System.Object
RVDateFilterType
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public sealed class RVDateFilterType : Enum

Fields

AllTime

No filter defined, all time is included

Declaration
public const RVDateFilterType AllTime
Field Value
Type Description
RVDateFilterType

CustomRange

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

Declaration
public const RVDateFilterType CustomRange
Field Value
Type Description
RVDateFilterType

LastMonth

Last 30 days

Declaration
public const RVDateFilterType LastMonth
Field Value
Type Description
RVDateFilterType

LastWeek

Last 7 days

Declaration
public const RVDateFilterType LastWeek
Field Value
Type Description
RVDateFilterType

LastYear

Last 365 days

Declaration
public const RVDateFilterType LastYear
Field Value
Type Description
RVDateFilterType

MonthToDate

From the first day of the current month

Declaration
public const RVDateFilterType MonthToDate
Field Value
Type Description
RVDateFilterType

NextMonth

The next month

Declaration
public const RVDateFilterType NextMonth
Field Value
Type Description
RVDateFilterType

NextQuarter

The next quarter

Declaration
public const RVDateFilterType NextQuarter
Field Value
Type Description
RVDateFilterType

NextYear

The next year

Declaration
public const RVDateFilterType NextYear
Field Value
Type Description
RVDateFilterType

PreviousMonth

The previous month

Declaration
public const RVDateFilterType PreviousMonth
Field Value
Type Description
RVDateFilterType

PreviousQuarter

The previous quarter

Declaration
public const RVDateFilterType PreviousQuarter
Field Value
Type Description
RVDateFilterType

PreviousYear

The previous year

Declaration
public const RVDateFilterType PreviousYear
Field Value
Type Description
RVDateFilterType

QuarterToDate

From the first day of the current quarter

Declaration
public const RVDateFilterType QuarterToDate
Field Value
Type Description
RVDateFilterType

ThisMonth

This month, including the rest of it

Declaration
public const RVDateFilterType ThisMonth
Field Value
Type Description
RVDateFilterType

ThisQuarter

This quarter, including the rest of it

Declaration
public const RVDateFilterType ThisQuarter
Field Value
Type Description
RVDateFilterType

ThisYear

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

Declaration
public const RVDateFilterType ThisYear
Field Value
Type Description
RVDateFilterType

Today

Today

Declaration
public const RVDateFilterType Today
Field Value
Type Description
RVDateFilterType

TrailingTwelveMonths

The last 12 complete months

Declaration
public const RVDateFilterType TrailingTwelveMonths
Field Value
Type Description
RVDateFilterType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

YearToDate

From Jan 1st this year to today

Declaration
public const RVDateFilterType YearToDate
Field Value
Type Description
RVDateFilterType

Yesterday

Yesterday

Declaration
public const RVDateFilterType Yesterday
Field Value
Type Description
RVDateFilterType