Class and Description |
---|
java.util.Timer
Please consider
ej.bon.Timer from BON specification
instead. |
java.util.TimerTask
Please consider
ej.bon.TimerTask from BON
specification instead. |
Method and Description |
---|
java.util.Calendar.isLenient()
Warning: Non-lenient mode is not supported. Even when the Calendar is in non-lenient mode, the other methods will always consider it to be in lenient mode. Tells whether date/time interpretation is to be lenient. |
java.util.Calendar.setLenient(boolean)
Warning: Non-lenient mode is not supported. Even when the Calendar is in non-lenient mode, the other methods will always consider it to be in lenient mode. Specifies whether or not date/time interpretation is to be lenient. With lenient interpretation, a date such as "February 942, 1996" will be treated as being equivalent to the 941st day after February 1, 1996. With strict (non-lenient) interpretation, such dates will cause an exception to be thrown. The default is lenient. |