Version

RVDateFilterType Enumeration

Date filter type, you can use one of the predefined filters or the custom range type.
Syntax
'Declaration
 
Public Enum RVDateFilterType 
   Inherits System.Enum
public enum RVDateFilterType : System.Enum 
Members
MemberDescription
AllTimeNo filter defined, all time is included
CustomRangeCustom range, an instance of RVDateRange must be set in the range property.
LastMonthLast 30 days
LastWeekLast 7 days
LastYearLast 365 days
MonthToDateFrom the first day of the current month
NextMonthThe next month
NextQuarterThe next quarter
NextYearThe next year
PreviousMonthThe previous month
PreviousQuarterThe previous quarter
PreviousYearThe previous year
QuarterToDateFrom the first day of the current quarter
ThisMonthThis month, including the rest of it
ThisQuarterThis quarter, including the rest of it
ThisYearThis year, including the rest of it. From Jan 1st to Dec 31st of the current year
TodayToday
TrailingTwelveMonthsThe last 12 complete months
YearToDateFrom Jan 1st this year to today
YesterdayYesterday
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also