[]
Represents a time period which is used in date conditions.
public enum TimePeriods
Public Enum TimePeriods
| Name | Description |
|---|---|
| Last7Days | A date in the last seven days. |
| LastMonth | A date occuring in the last calendar month. |
| LastWeek | A date occuring last week. |
| NextMonth | A date occuring in the next calendar month. |
| NextWeek | A date occuring next week. |
| ThisMonth | A date occuring in this calendar month. |
| ThisWeek | A date occuring this week. |
| Today | Today's date. |
| Tomorrow | Tomorrow's date. |
| Yesterday | Yesterday's date. |