Calendar.getInstance
Class Overview | Class Members |
This Package |
All Packages
public static synchronized Calendar getInstance()
Returns
a Calendar.
Description
Gets a Calendar using the default timezone and locale.
public static synchronized Calendar getInstance( TimeZone zone )
Parameters
- zone
- the given timezone.
Returns
a Calendar.
Description
Gets a Calendar using the given timezone and default locale.
public static synchronized Calendar getInstance( Locale aLocale )
Parameters
- aLocale
- the given locale.
Returns
a Calendar.
Description
Gets a Calendar using the default timezone and given locale.
public static synchronized Calendar getInstance( TimeZone zone,
Locale aLocale )
Parameters
- zone
- the given timezone.
- aLocale
- the given locale.
Returns
a Calendar.
Description
Gets a Calendar using the given timezone and given locale.