TimePeriodValues enumeration

Office 2013 and later

Time Period Types

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

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Show: