Fields Summary |
---|
public static final int | JANUARYValue for first month of year. |
public static final int | FEBRUARYValue for second month of year. |
public static final int | MARCHValue for third month of year. |
public static final int | APRILValue for fourth month of year. |
public static final int | MAYValue for fifth month of year. |
public static final int | JUNEValue for sixth month of year. |
public static final int | JULYValue for seventh month of year. |
public static final int | AUGUSTValue for eighth month of year. |
public static final int | SEPTEMBERValue for ninth month of year. |
public static final int | OCTOBERValue for tenth month of year. |
public static final int | NOVEMBERValue for eleven month of year. |
public static final int | DECEMBERValue for twelve month of year. |
public static final int | LESSER Comparison result. |
public static final int | EQUAL Comparison result. |
public static final int | GREATER Comparison result. |
public static final int | INDETERMINATE Comparison result. |
public static final int | FIELD_UNDEFINEDDesignation that an "int" field is not set. |
public static final Field | YEARS A constant that represents the years field. |
public static final Field | MONTHS A constant that represents the months field. |
public static final Field | DAYS A constant that represents the days field. |
public static final Field | HOURS A constant that represents the hours field. |
public static final Field | MINUTES A constant that represents the minutes field. |
public static final Field | SECONDS A constant that represents the seconds field. |
public static final QName | DATETIME Fully qualified name for W3C XML Schema 1.0 datatype dateTime . |
public static final QName | TIME Fully qualified name for W3C XML Schema 1.0 datatype time . |
public static final QName | DATE Fully qualified name for W3C XML Schema 1.0 datatype date . |
public static final QName | GYEARMONTH Fully qualified name for W3C XML Schema 1.0 datatype gYearMonth . |
public static final QName | GMONTHDAY Fully qualified name for W3C XML Schema 1.0 datatype gMonthDay . |
public static final QName | GYEAR Fully qualified name for W3C XML Schema 1.0 datatype gYear . |
public static final QName | GMONTH Fully qualified name for W3C XML Schema 1.0 datatype gMonth . |
public static final QName | GDAY Fully qualified name for W3C XML Schema 1.0 datatype gDay . |
public static final QName | DURATION Fully qualified name for W3C XML Schema datatype duration . |
public static final QName | DURATION_DAYTIME Fully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration . |
public static final QName | DURATION_YEARMONTH Fully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration . |
public static final int | MAX_TIMEZONE_OFFSETW3C XML Schema max timezone offset is -14:00. Zone offset is in minutes. |
public static final int | MIN_TIMEZONE_OFFSETW3C XML Schema min timezone offset is +14:00. Zone offset is in minutes. |