Click or drag to resize

TimePeriodValues Enumeration

Time Period Types

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum TimePeriodValues
Members
Member nameValueDescription
Today0 Today.

When the item is serialized out as xml, its value is "today".

Yesterday1 Yesterday.

When the item is serialized out as xml, its value is "yesterday".

Tomorrow2 Tomorrow.

When the item is serialized out as xml, its value is "tomorrow".

Last7Days3 Last 7 Days.

When the item is serialized out as xml, its value is "last7Days".

ThisMonth4 This Month.

When the item is serialized out as xml, its value is "thisMonth".

LastMonth5 Last Month.

When the item is serialized out as xml, its value is "lastMonth".

NextMonth6 Next Month.

When the item is serialized out as xml, its value is "nextMonth".

ThisWeek7 This Week.

When the item is serialized out as xml, its value is "thisWeek".

LastWeek8 Last Week.

When the item is serialized out as xml, its value is "lastWeek".

NextWeek9 Next Week.

When the item is serialized out as xml, its value is "nextWeek".

See Also