Version

Value Property (DatePeriodFilter)

Gets or sets the 1-based value of the month or quarter to filter in.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also