Version

Value Property (DatePeriodFilter)

Gets or sets the 1-based value of the month or quarter to filter in.
Syntax
'Declaration
 
Public Property Value As Integer
public int Value {get; set;}

Property Value

The 1-based value of the month or quarter to filter in.
Exceptions
ExceptionDescription
System.ArgumentExceptionType is Quarter and the value assigned is less than 1 or greater than 4 or Type is Month and the value assigned is less than 1 or greater than 12.
Remarks

If the Type is Month, a Value of 1 indicates January, 2 indicates February, and so on. If Type is Quarter, a Value of 1 indicates Quarter 1, and so on.

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