Java.Util.GregorianCalendar: Constructor Members

The constructors of Java.Util.GregorianCalendar are listed below. For a list of all members, see the GregorianCalendar Members list.

See Also: Inherited members from Java.Util.Calendar

Public Constructors

Constructs a new GregorianCalendar initialized to the current date and time with the default Locale and TimeZone.
Constructs a new GregorianCalendar initialized to the current date and time and using the specified Locale and the default TimeZone.
Constructs a new GregorianCalendar initialized to the current date and time and using the specified TimeZone and the default Locale.
Constructs a new GregorianCalendar initialized to the current date and time and using the specified TimeZone and Locale.
Constructs a new GregorianCalendar initialized to midnight in the default TimeZone and Locale on the specified date.
Constructs a new GregorianCalendar initialized to the specified date and time in the default TimeZone and Locale.
Constructs a new GregorianCalendar initialized to the specified date and time in the default TimeZone and Locale.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.