[This is preliminary documentation and is subject to change.]

An enumeration that describes the types of DatePeriod operator.

Namespace: QPulseWebServices.Contracts.Data
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48

Syntax

C#
public enum DatePeriodItem

Members

Member nameValueDescription
Any1 No specific date period
Yesterday2 Date operator representing Yesterday
Today4 Date operator representing Today
Tomorrow8 Date operator representing Tomorrow
LastWeek16 Date operator representing LastWeek
ThisWeek32 Date operator representing ThisWeek
NextWeek64 Date operator representing NextWeek
LastMonth128 Date operator representing LastMonth
ThisMonth256 Date operator representing ThisMonth
NextMonth512 Date operator representing NextMonth
LastQuarter1024 Date operator representing LastQuarter
ThisQuarter2048 Date operator representing ThisQuarter
NextQuarter4096 Date operator representing NextQuarter
LastYear8192 Date operator representing LastYear
ThisYear16384 Date operator representing ThisYear
NextYear32768 Date operator representing NextYear
EqualTo65536 Date operator representing EqualTo
After131072 Date operator representing After
Before262144 Date operator representing Before
Between524288 Date operator representing Between

See Also