SdtDateStorageFormat Enumeration |
Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the document's data store.
Namespace:
Aspose.Words.Markup
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic enum SdtDateStorageFormat
Public Enumeration SdtDateStorageFormat
public enum class SdtDateStorageFormat
type SdtDateStorageFormat
Members
| Member name | Value | Description |
---|
| Date | 0 |
The date value for a date SDT is stored as a date in the standard XML Schema Date format.
|
| DateTime | 1 |
The date value for a date SDT is stored as a date in the standard XML Schema DateTime format.
|
| Text | 2 |
The date value for a date SDT is stored as text.
|
| Default | 1 |
Defaults to DateTime |
See Also