TimePeriodValues Enum

Definition

Time Period Types

public enum TimePeriodValues
public 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 TimePeriodValues
Public Structure TimePeriodValues
Implements IEnumValue, IEnumValueFactory(Of TimePeriodValues), IEquatable(Of TimePeriodValues)
Inheritance
TimePeriodValues
Inheritance
TimePeriodValues

Fields

TimePeriodValues(String)

Creates a new TimePeriodValues enum instance

Equals(TimePeriodValues)
Equals(Object)
GetHashCode()
Last7Days 3

Last 7 Days.

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

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".

LastMonth 5

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".

LastWeek 8

Last Week.

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

NextMonth 6

Next Month.

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

NextMonth

Next Month.

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

NextWeek 9

Next Week.

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

NextWeek

Next Week.

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

Equality(TimePeriodValues, TimePeriodValues)
Inequality(TimePeriodValues, TimePeriodValues)
ThisMonth

This Month.

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

ThisMonth 4

This Month.

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

ThisWeek 7

This Week.

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

ThisWeek

This Week.

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

Today

Today.

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

Today 0

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".

Tomorrow 2

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".

Yesterday 1

Yesterday.

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TimePeriodValues>.Create(String)

Applies to