Table of Contents

Class ThisWeekOperator

Namespace
Innova.Data.StructuredSearch.Operators
Assembly
Innova.Data.dll

Represents an operator that filters for a date range within the current week.

[OperandType(typeof(DateTimeOffset))]
[OperandType(typeof(DateTime))]
[NullableOperand(NullableOperandMode.Allowed)]
public class ThisWeekOperator : BaseFixedDateOperator, INotifyPropertyChanged
Inheritance
ThisWeekOperator
Implements

Constructors

ThisWeekOperator(string, List<object>)

Initializes a new instance of the ThisWeekOperator class.

Methods

GetEndDate()

Gets the end date of the date range.