DateTimeFilterValueDateTimeFilterValueType Enumeration |
|
DataPA OpenAnalytics API Reference
Types of date time filter values.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum DateTimeFilterValueType
Public Enumeration DateTimeFilterValueType
public enum class DateTimeFilterValueType
DataPA.Utils.QueryEngine.DateTimeFilterValueType = function();
DataPA.Utils.QueryEngine.DateTimeFilterValueType.createEnum('DataPA.Utils.QueryEngine.DateTimeFilterValueType', false);
Members
| Member name | Value | Description |
---|
| fixedDate | 1531 | |
| currentDay | 1520 | |
| notSet | 1532 | |
| startOfThisMonth | 53115 | |
| endOfThisMonth | 53116 | |
| firstDayOfLastMonth | 53117 | |
| lastDayOfLastMonth | 53118 | |
| startOfThisYear | 53119 | |
| endOfThisYear | 53120 | |
| firstDayOfLastYear | 53121 | |
| lastDayOfLastYear | 53122 | |
| lastMonday | 53123 | |
| lastTuesday | 53124 | |
| lastWednesday | 53125 | |
| lastThursday | 53126 | |
| lastFriday | 53127 | |
| lastSaturday | 53128 | |
| lastSunday | 53129 | |
| nextMonday | 53130 | |
| nextTuesday | 53131 | |
| nextWednesday | 53132 | |
| nextThursday | 53133 | |
| nextFriday | 53134 | |
| nextSaturday | 53135 | |
| nextSunday | 53136 | |
| Yesterday | 70517 | |
| DayBeforeYesterday | 70518 | |
| ThreeDaysAgo | 70519 | |
| FourDaysAgo | 70520 | |
| FiveDaysAgo | 70521 | |
| SixDaysAgo | 70522 | |
| OneWeekAgo | 70523 | |
| TwoWeeksAgo | 70524 | |
| ThreeWeeksAgo | 70525 | |
| FourWeeksAgo | 70526 | |
| OneMonthAgo | 70527 | |
| TwoMonthsAgo | 70528 | |
| ThreeMonthsAgo | 70529 | |
| FourMonthsAgo | 70530 | |
| FiveMonthsAgo | 70531 | |
| SixMonthsAgo | 70532 | |
| SevenMonthsAgo | 70533 | |
| EightMonthsAgo | 70534 | |
| NineMonthsAgo | 70535 | |
| TenMonthsAgo | 70536 | |
| ElevenMonthsAgo | 70537 | |
| OneYearAgo | 70538 | |
| TwoYearsAgo | 70539 | |
| ThreeYearsAgo | 70540 | |
| FourYearsAgo | 70541 | |
| FiveYearsAgo | 70542 | |
| SixYearsAgo | 70543 | |
| SevenYearsAgo | 70544 | |
| EightYearsAgo | 70545 | |
| NineYearsAgo | 70546 | |
| TenYearsAgo | 70547 | |
Remarks See Also