Calendar.Calendar
Class Overview | Class Members |
This Package |
All Packages
protected Calendar()
Description
Constructs a Calendar with the default time zone as returned
by TimeZone.getDefault(), and the default locale.
See Also
getDefault
protected Calendar( TimeZone zone,
Locale aLocale )
Parameters
- zone
- the given time zone.
Description
Constructs a Calendar with the given time zone and locale.