SdtDateStorageFormat enumeration
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.
Members
Name | Description |
---|---|
DATE | The date value for a date SDT is stored as a date in the standard XML Schema Date format. |
DATE_TIME | The date value for a date SDT is stored as a date in the standard XML Schema DateTime format. |
TEXT | The date value for a date SDT is stored as text. |
DEFAULT | Defaults to SdtDateStorageFormat.DATE_TIME |
See Also
- module aspose.words.markup