Static
$tStatic
nextGets or sets the type of date period to filter in. Month to filter in dates in a specific month of any year; Quarter to filter in dates in a specific quarter of any year.
[[InvalidEnumArgumentException]] The value assigned is not defined in the [[DatePeriodFilterType]] enumeration.
[[ArgumentException]] The value assigned is Quarter and the [[value]] is less than 1 or greater than 4 or the value assigned is Month and the Value is less than 1 or greater than 12.
[[value]]
Gets or sets the 1-based value of the month or quarter to filter in.
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.
The 1-based value of the month or quarter to filter in.[[ArgumentException]] [[type]] 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.
[[type]]
Static
compareStatic
compareStatic
equalsStatic
equalsStatic
getStatic
getStatic
getStatic
reference
Represents a filter which can filter dates in a specific period.
This filter allows dates to be filtered in if they are in a specific month or quarter of any year.
See