Java.Util.Date: Constructor Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Initializes this Date instance to the current time.
Initializes this Date instance using the specified millisecond value.
Constructs a new Date initialized to the date and time parsed from the specified String.
Constructs a new Date initialized to midnight in the default TimeZone on the specified date.
Constructs a new Date initialized to the specified date and time in the default TimeZone.
Constructs a new Date initialized to the specified date and time in the default TimeZone.

Protected Constructors

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