java.lang.Object
com.aspose.words.SdtDateStorageFormat
public class SdtDateStorageFormat
- extends java.lang.Object
Utility class containing constants.
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.
Field Summary |
static final int | DATE = 0 | |
The date value for a date SDT is stored as a date in the standard XML Schema Date format.
|
static final int | DATE_TIME = 1 | |
The date value for a date SDT is stored as a date in the standard XML Schema DateTime format.
|
static final int | TEXT = 2 | |
The date value for a date SDT is stored as text.
|
static final int | DEFAULT = 1 | |
Defaults to DATE_TIME |
DATE = 0 | |
public static final int DATE |
-
The date value for a date SDT is stored as a date in the standard XML Schema Date format.
DATE_TIME = 1 | |
public static final int DATE_TIME |
-
The date value for a date SDT is stored as a date in the standard XML Schema DateTime format.
TEXT = 2 | |
public static final int TEXT |
-
The date value for a date SDT is stored as text.
DEFAULT = 1 | |
public static final int DEFAULT |
-
Defaults to DATE_TIME
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.