|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.share.nls.DateFormatContext | +--oracle.cabo.share.nls.MutableDateFormatContext
The MutableDateFormatContext class contains all date format parameters, which can be changed again after initialisation.
Constructor Summary | |
MutableDateFormatContext(DateFormatContext dfc)
|
Method Summary | |
int |
getTwoDigitYearStart()
Returns the default offset to use during parse for dates with only two digit years. |
boolean |
isLenient()
Returns whether the DateFormat should accept derived patterns during parsing, allowing: 01/13/99 --> 13-Jan-99 03/Oct/99 --> 03-Oct-99 03.Oct.99 --> 03-Oct-99 |
void |
setLenient(boolean lenient)
Sets whether the DateFormat should accept derived patterns during parsing, allowing: 01/13/99 --> 13-Jan-99 03/Oct/99 --> 03-Oct-99 03.Oct.99 --> 03-Oct-99 |
void |
setTwoDigitYearStart(int twoDigitYearStart)
Sets the default offset to use during parse for dates with only two digit years. |
Methods inherited from class oracle.cabo.share.nls.DateFormatContext |
clone, equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MutableDateFormatContext(DateFormatContext dfc)
Method Detail |
public int getTwoDigitYearStart()
getTwoDigitYearStart
in class DateFormatContext
public boolean isLenient()
isLenient
in class DateFormatContext
public void setLenient(boolean lenient)
public void setTwoDigitYearStart(int twoDigitYearStart)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |