| Package | Description | 
|---|---|
| java.util | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Timer
Deprecated. 
 
Please consider  
ej.bon.Timer from BON specification
             instead. | 
class  | 
TimerTask
Deprecated. 
 
Please consider  
ej.bon.TimerTask from BON
             specification instead. | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Calendar.isLenient()
Deprecated. 
 
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. | 
void | 
Calendar.setLenient(boolean lenient)
Deprecated. 
 
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. |