Represents a filter which can filter dates in a specific period.

Gets or sets the type of date period to filter in.

public DatePeriodFilterType Type { get; set; }

Gets or sets the 1-based value of the month or quarter to filter in.

public int Value { get; set; }