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