XlTimePeriods Enum
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
C#
public enum XlTimePeriods
Public Enum XlTimePeriods
- Inheritance
-
XlTimePeriods
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 |
Product | Versions |
---|---|
Excel primary interop assembly | Latest |