|
|||||||||
| Home >> All >> java >> [ util overview ] | PREV NEXT | ||||||||
Uses of Class
java.util.Calendar
| Uses of Calendar in java.util |
| Subclasses of Calendar in java.util | |
class |
GregorianCalendar
This class represents the Gregorian calendar, that is used in most countries all over the world. |
| Methods in java.util that return Calendar | |
static Calendar |
Calendar.getInstance()
Creates a calendar representing the actual time, using the default time zone and locale. |
static Calendar |
Calendar.getInstance(TimeZone zone)
Creates a calendar representing the actual time, using the given time zone and the default locale. |
static Calendar |
Calendar.getInstance(Locale locale)
Creates a calendar representing the actual time, using the default time zone and the given locale. |
static Calendar |
Calendar.getInstance(TimeZone zone,
Locale locale)
Creates a calendar representing the actual time, using the given time zone and locale. |
|
|||||||||
| Home >> All >> java >> [ util overview ] | PREV NEXT | ||||||||