[This is preliminary documentation and is subject to change.]
An enumeration that describes the types of DatePeriod operator.
Namespace: QPulseWebServices.Contracts.DataAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48
Syntax
| C# |
|---|
public enum DatePeriodItem |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Any | 1 | No specific date period | |
| Yesterday | 2 | Date operator representing Yesterday | |
| Today | 4 | Date operator representing Today | |
| Tomorrow | 8 | Date operator representing Tomorrow | |
| LastWeek | 16 | Date operator representing LastWeek | |
| ThisWeek | 32 | Date operator representing ThisWeek | |
| NextWeek | 64 | Date operator representing NextWeek | |
| LastMonth | 128 | Date operator representing LastMonth | |
| ThisMonth | 256 | Date operator representing ThisMonth | |
| NextMonth | 512 | Date operator representing NextMonth | |
| LastQuarter | 1024 | Date operator representing LastQuarter | |
| ThisQuarter | 2048 | Date operator representing ThisQuarter | |
| NextQuarter | 4096 | Date operator representing NextQuarter | |
| LastYear | 8192 | Date operator representing LastYear | |
| ThisYear | 16384 | Date operator representing ThisYear | |
| NextYear | 32768 | Date operator representing NextYear | |
| EqualTo | 65536 | Date operator representing EqualTo | |
| After | 131072 | Date operator representing After | |
| Before | 262144 | Date operator representing Before | |
| Between | 524288 | Date operator representing Between |