TimePeriodValues Enumeration

Time Period Types

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration TimePeriodValues
'Usage
Dim instance As TimePeriodValues
public enum TimePeriodValues

Members

Member name Description
Today Today. When the item is serialized out as xml, its value is "today".
Yesterday Yesterday. When the item is serialized out as xml, its value is "yesterday".
Tomorrow Tomorrow. When the item is serialized out as xml, its value is "tomorrow".
Last7Days Last 7 Days. When the item is serialized out as xml, its value is "last7Days".
ThisMonth This Month. When the item is serialized out as xml, its value is "thisMonth".
LastMonth Last Month. When the item is serialized out as xml, its value is "lastMonth".
NextMonth Next Month. When the item is serialized out as xml, its value is "nextMonth".
ThisWeek This Week. When the item is serialized out as xml, its value is "thisWeek".
LastWeek Last Week. When the item is serialized out as xml, its value is "lastWeek".
NextWeek Next Week. When the item is serialized out as xml, its value is "nextWeek".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace