Calendar.Calendar

Calendar.Calendar

Class Overview | Class Members | This Package | All Packages

Syntax 1
protected Calendar()
Description
Constructs a Calendar with the default time zone as returned by TimeZone.getDefault(), and the default locale.

See Also
getDefault



Syntax 2
protected Calendar( TimeZone zone, Locale aLocale )
Parameters
zone
the given time zone.
Description
Constructs a Calendar with the given time zone and locale.