public class SdtDateStorageFormat
| Field Summary | ||
|---|---|---|
static final int | DATE | |
The date value for a date SDT is stored as a date in the standard XML Schema Date format.
|
||
static final int | DATE_TIME | |
The date value for a date SDT is stored as a date in the standard XML Schema DateTime format.
|
||
static final int | TEXT | |
The date value for a date SDT is stored as text.
|
||
static final int | DEFAULT | |
Defaults to |
||
public static final int DATE
public static final int DATE_TIME
public static final int TEXT
public static final int DEFAULT