The members of Java.Util.Date are listed below.
See Also: Inherited members from Java.Lang.Object
Date() | 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. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Day | int. Returns the gregorian calendar day of the week for this Date object. |
Hours | int. Returns the gregorian calendar hour of the day for this Date object. | |
Minutes | int. Returns the gregorian calendar minute of the hour for this Date object. | |
Month | int. Returns the gregorian calendar month for this Date object. | |
Seconds | int. Returns the gregorian calendar second of the minute for this Date object. | |
Time | long. Returns this Date as a millisecond value. | |
[read-only] | TimezoneOffset | int. Returns the timezone offset in minutes of the default TimeZone. |
Year | int. Returns the gregorian calendar year since 1900 for this Date object. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
After(Date)Returns if this Date is after the specified Date. | ||
Before(Date)Returns if this Date is before the specified Date. | ||
Clone()Returns a new Date with the same millisecond value as this Date. | ||
CompareTo(Date)Compare the receiver to the specified Date to determine the relative ordering. | ||
GetDate()Returns the gregorian calendar day of the month for this Date object. | ||
static | Parse(string)Returns the millisecond value of the date and time parsed from the specified String. | |
SetDate(int)Sets the gregorian calendar day of the month for this Date object. | ||
ToGMTString()Returns the string representation of this Date in GMT in the format "22 Jun 1999 13:02:00 GMT". | ||
ToLocaleString()Returns the string representation of this Date for the default Locale. | ||
static | UTC(int, int, int, int, int, int)Returns the millisecond value of the specified date and time in GMT. |
Java.Lang.IComparable.CompareTo | Documentation for this section has not yet been entered. |