次の方法で共有


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

フィールド

名前 説明
Days 0

日数

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

Months 1

月数

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

Years 2

年数

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

Days

日数

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

Equality(TimeUnitValues, TimeUnitValues)
Equals(Object)
Equals(TimeUnitValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TimeUnitValues>.Create(String)
Inequality(TimeUnitValues, TimeUnitValues)
Months

月数

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

TimeUnitValues(String)

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

ToString()
Years

年数

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

適用対象