Represents a filter which can filter dates in a specific period.
Inheritance
Properties
Section titled "Properties"Gets or sets the type of date period to filter in.
public DatePeriodFilterType Type { get; set; } Value
Section titled "Value"Gets or sets the 1-based value of the month or quarter to filter in.
public int Value { get; set; }