Version

RelativeDateRangeDuration Enumeration

Represents the various durations which can be filtered by the RelativeDateRangeFilter.
Syntax
'Declaration
 
Public Enum RelativeDateRangeDuration 
   Inherits System.Enum
public enum RelativeDateRangeDuration : System.Enum 
Members
MemberDescription
DayThe duration of accepted values is one day.
MonthThe duration of accepted values is one month.
QuarterThe duration of accepted values is one quarter.
WeekThe duration of accepted values is one week.
YearThe duration of accepted values is one year.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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