次の方法で共有


ModelTimeGroupingContentType 列挙型

定義

ModelTimeGroupingContentType 列挙型を定義します。

public enum ModelTimeGroupingContentType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum ModelTimeGroupingContentType
public readonly struct ModelTimeGroupingContentType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType>, IEquatable<DocumentFormat.OpenXml.Office2016.ExcelAc.ModelTimeGroupingContentType>
type ModelTimeGroupingContentType = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type ModelTimeGroupingContentType = 
type ModelTimeGroupingContentType = struct
    interface IEnumValue
    interface IEnumValueFactory<ModelTimeGroupingContentType>
Public Enum ModelTimeGroupingContentType
Public Structure ModelTimeGroupingContentType
Implements IEnumValue, IEnumValueFactory(Of ModelTimeGroupingContentType), IEquatable(Of ModelTimeGroupingContentType)
継承
ModelTimeGroupingContentType
継承
ModelTimeGroupingContentType
属性

フィールド

名前 説明
Years 0

月日。

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

Quarters 1

四半期。

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

Monthsindex 2

monthsindex。

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

Months 3

月。

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

Daysindex 4

daysindex。

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

Days 5

日。

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

Hours 6

時間。

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

Minutes 7

議事録。

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

Seconds 8

お代わり。

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

Days

日。

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

Daysindex

daysindex。

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

Equality(ModelTimeGroupingContentType, ModelTimeGroupingContentType)
Equals(ModelTimeGroupingContentType)
Equals(Object)
GetHashCode()
Hours

時間。

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ModelTimeGroupingContentType>.Create(String)
Inequality(ModelTimeGroupingContentType, ModelTimeGroupingContentType)
Minutes

議事録。

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

ModelTimeGroupingContentType(String)

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

Months

月。

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

Monthsindex

monthsindex。

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

Quarters

四半期。

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

Seconds

お代わり。

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

ToString()
Years

月日。

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

適用対象