Class ThisYearOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents an operator that filters data based on the current year.
[OperandType(typeof(DateTimeOffset))]
[OperandType(typeof(DateTime))]
[NullableOperand(NullableOperandMode.Allowed)]
public class ThisYearOperator : BaseFixedDateOperator, INotifyPropertyChanged
- Inheritance
-
ThisYearOperator
- Implements
Constructors
- ThisYearOperator(string, List<object>)
Initializes a new instance of the ThisYearOperator class.
Methods
- GetEndDate()
Gets the end date for the filter.