ModelTimeGroupingContentType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 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 时,其值为“hours”。 |
Minutes | 7 | 纪要。 将项序列化为 xml 时,其值为“分钟”。 |
Seconds | 8 | 秒。 将项序列化为 xml 时,其值为“秒”。 |
Days | 日。 当项序列化为 xml 时,其值为“days”。 |
|
Daysindex | daysindex。 当项序列化为 xml 时,其值为“daysindex”。 |
|
Equality(ModelTimeGroupingContentType, ModelTimeGroupingContentType) | ||
Equals(ModelTimeGroupingContentType) | ||
Equals(Object) | ||
GetHashCode() | ||
Hours | 小时。 当项序列化为 xml 时,其值为“hours”。 |
|
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”。 |