Aspose::Words::Markup::SdtDateStorageFormat enum

SdtDateStorageFormat enum

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.

enum class SdtDateStorageFormat

Values

NameValueDescription
Date0The date value for a date SDT is stored as a date in the standard XML Schema Date format.
DateTime1The date value for a date SDT is stored as a date in the standard XML Schema DateTime format.
Text2The date value for a date SDT is stored as text.
Defaultn/aDefaults to DateTime

See Also