DateFormatValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the DateFormatValues enumeration.
public enum DateFormatValues
public readonly struct DateFormatValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.DateFormatValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.DateFormatValues>
type DateFormatValues =
type DateFormatValues = struct
interface IEnumValue
interface IEnumValueFactory<DateFormatValues>
Public Enum DateFormatValues
Public Structure DateFormatValues
Implements IEnumValue, IEnumValueFactory(Of DateFormatValues), IEquatable(Of DateFormatValues)
- Inheritance
-
DateFormatValues
- Inheritance
-
DateFormatValues
Fields
Name | Value | Description |
---|---|---|
Text | 0 | Same As Display. When the item is serialized out as xml, its value is "text". |
Date | 1 | XML Schema Date Format. When the item is serialized out as xml, its value is "date". |
DateTime | 2 | XML Schema DateTime Format. When the item is serialized out as xml, its value is "dateTime". |
Date | XML Schema Date Format. When the item is serialized out as xml, its value is "date". |
|
DateFormatValues(String) | Creates a new DateFormatValues enum instance |
|
DateTime | XML Schema DateTime Format. When the item is serialized out as xml, its value is "dateTime". |
|
Equality(DateFormatValues, DateFormatValues) | ||
Equals(DateFormatValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DateFormatValues>.Create(String) | ||
Inequality(DateFormatValues, DateFormatValues) | ||
Text | Same As Display. When the item is serialized out as xml, its value is "text". |
|
ToString() |