class Date
native class Date
extends
ObjectNative JavaScript class Date. Includes GI extensions.
| Constructor Summary |
|---|
| native void | |
| Method Summary |
|---|
| int | |
| void | |
| native void | |
| native void | |
| native void | |
| native void | |
| int | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native static void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
| native void | |
native void Date()
Deprecated.
compare this date instance to argument
d
Parameters:
d – the date to compare this date against
Returns:
1 if this date is later than d, 0 if equal, and -1 otherwise
Deprecated.
whether two Date objects represent the same date
Parameters:
o – the date to compare this date against
native void getDate()
native void getDay()
native void getFullYear()
native void getHours()
Deprecated.
Returns the date of the last day of the month of this Date object, ie will return 31 for any Date with a January month value (any year and any date)
Returns:
native void getMilliseconds()
native void getMinutes()
native void getMonth()
native void getSeconds()
native void getTime()
native void getTimezoneOffset()
native void getUTCDate()
native void getUTCDay()
native void getUTCFullYear()
native void getUTCHours()
native void getUTCMilliseconds()
native void getUTCMinutes()
native void getUTCMonth()
native void getUTCSeconds()
native void getYear()
native static void parse()
native void setDate()
native void setFullYear()
native void setHours()
native void setMilliseconds()
native void setMinutes()
native void setMonth()
native void setSeconds()
native void setTime()
native void setUTCDate()
native void setUTCFullYear()
native void setUTCHours()
native void setUTCMilliseconds()
native void setUTCMinutes()
native void setUTCMonth()
native void setUTCSeconds()
native void toGMTString()
native void toLocaleString()
native void toUTCString()
Copyright © 2001-2007, TIBCO Software Inc.