TimePeriodValues 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.
Time Period Types
public enum TimePeriodValuespublic readonly struct TimePeriodValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.TimePeriodValues>type TimePeriodValues = type TimePeriodValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TimePeriodValues>Public Enum TimePeriodValuesPublic Structure TimePeriodValues
Implements IEnumValue, IEnumValueFactory(Of TimePeriodValues), IEquatable(Of TimePeriodValues)- Inheritance
- 
				TimePeriodValues
- Inheritance
- 
				TimePeriodValues
Fields
| Name | Value | Description | 
|---|---|---|
| Today | 0 | Today. When the item is serialized out as xml, its value is "today". | 
| Yesterday | 1 | Yesterday. When the item is serialized out as xml, its value is "yesterday". | 
| Tomorrow | 2 | Tomorrow. When the item is serialized out as xml, its value is "tomorrow". | 
| Last7Days | 3 | Last 7 Days. When the item is serialized out as xml, its value is "last7Days". | 
| ThisMonth | 4 | This Month. When the item is serialized out as xml, its value is "thisMonth". | 
| LastMonth | 5 | Last Month. When the item is serialized out as xml, its value is "lastMonth". | 
| NextMonth | 6 | Next Month. When the item is serialized out as xml, its value is "nextMonth". | 
| ThisWeek | 7 | This Week. When the item is serialized out as xml, its value is "thisWeek". | 
| LastWeek | 8 | Last Week. When the item is serialized out as xml, its value is "lastWeek". | 
| NextWeek | 9 | Next Week. When the item is serialized out as xml, its value is "nextWeek". | 
| Equality(TimePeriodValues, TimePeriodValues) | ||
| Equals(Object) | ||
| Equals(TimePeriodValues) | ||
| GetHashCode() | ||
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<TimePeriodValues>.Create(String) | ||
| Inequality(TimePeriodValues, TimePeriodValues) | ||
| Last7Days | Last 7 Days. When the item is serialized out as xml, its value is "last7Days". | |
| LastMonth | Last Month. When the item is serialized out as xml, its value is "lastMonth". | |
| LastWeek | Last Week. When the item is serialized out as xml, its value is "lastWeek". | |
| NextMonth | Next Month. When the item is serialized out as xml, its value is "nextMonth". | |
| NextWeek | Next Week. When the item is serialized out as xml, its value is "nextWeek". | |
| ThisMonth | This Month. When the item is serialized out as xml, its value is "thisMonth". | |
| ThisWeek | This Week. When the item is serialized out as xml, its value is "thisWeek". | |
| TimePeriodValues(String) | Creates a new TimePeriodValues enum instance | |
| Today | Today. When the item is serialized out as xml, its value is "today". | |
| Tomorrow | Tomorrow. When the item is serialized out as xml, its value is "tomorrow". | |
| ToString() | ||
| Yesterday | Yesterday. When the item is serialized out as xml, its value is "yesterday". |