XlTimePeriods Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the time period.
public enum class XlTimePeriods
public enum XlTimePeriods
Public Enum XlTimePeriods
- Inheritance
-
XlTimePeriods
Fields
Name | Value | Description |
---|---|---|
xlToday | 0 | Today |
xlYesterday | 1 | Yesterday |
xlLast7Days | 2 | Last 7 days |
xlThisWeek | 3 | This week |
xlLastWeek | 4 | Last week |
xlLastMonth | 5 | Last month |
xlTomorrow | 6 | Tomorrow |
xlNextWeek | 7 | Next week |
xlNextMonth | 8 | Next month |
xlThisMonth | 9 | This month |