次の方法で共有


TimeUnitValues 列挙型

定義

時間単位

public enum TimeUnitValues
public readonly struct TimeUnitValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Charts.TimeUnitValues>
type TimeUnitValues = 
type TimeUnitValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TimeUnitValues>
Public Enum TimeUnitValues
Public Structure TimeUnitValues
Implements IEnumValue, IEnumValueFactory(Of TimeUnitValues), IEquatable(Of TimeUnitValues)
継承
TimeUnitValues
継承
TimeUnitValues

フィールド

TimeUnitValues(String)

新しい TimeUnitValues 列挙型インスタンスを作成します

Days 0

日数

アイテムを xml としてシリアル化されるときに、その値は "days" です。

Days

日数

アイテムを xml としてシリアル化されるときに、その値は "days" です。

Equals(TimeUnitValues)
Equals(Object)
GetHashCode()
Months 1

月数

項目を xml としてシリアル化されるときに、その値は "months" です。

Months

月数

項目を xml としてシリアル化されるときに、その値は "months" です。

Equality(TimeUnitValues, TimeUnitValues)
Inequality(TimeUnitValues, TimeUnitValues)
ToString()
Years 2

年数

項目を xml としてシリアル化されるときに、その値は "years" です。

Years

年数

項目を xml としてシリアル化されるときに、その値は "years" です。

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

適用対象