[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.0.580.15

Syntax

C#
public enum DatePeriodItem

Members

Member nameDescription
Any
No specific date period
Yesterday
Date operator representing Yesterday
Today
Date operator representing Today
Tomorrow
Date operator representing Tomorrow
LastWeek
Date operator representing LastWeek
ThisWeek
Date operator representing ThisWeek
NextWeek
Date operator representing NextWeek
LastMonth
Date operator representing LastMonth
ThisMonth
Date operator representing ThisMonth
NextMonth
Date operator representing NextMonth
LastQuarter
Date operator representing LastQuarter
ThisQuarter
Date operator representing ThisQuarter
NextQuarter
Date operator representing NextQuarter
LastYear
Date operator representing LastYear
ThisYear
Date operator representing ThisYear
NextYear
Date operator representing NextYear
EqualTo
Date operator representing EqualTo
After
Date operator representing After
Before
Date operator representing Before
Between
Date operator representing Between

See Also