- getDate
int getDate()
- getDay
int getDay()
- getFullYear
int getFullYear()
Undocumented in source. Be warned that the author may not have intended to support it.
- getHours
int getHours()
- getMilliseconds
long getMilliseconds()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMinutes
int getMinutes()
Undocumented in source. Be warned that the author may not have intended to support it.
- getMonth
int getMonth()
- getSeconds
int getSeconds()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTime
long getTime()
Undocumented in source. Be warned that the author may not have intended to support it.
- getTimezone
long getTimezone()
Undocumented in source. Be warned that the author may not have intended to support it.
- setDate
void setDate(int d)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFullYear
void setFullYear(int year)
Undocumented in source. Be warned that the author may not have intended to support it.
- setHours
void setHours(int hours, int minutes, int seconds)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMilliseconds
void setMilliseconds(uint ms)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMinutes
void setMinutes(uint minutes)
Undocumented in source. Be warned that the author may not have intended to support it.
- setMonth
void setMonth(uint month)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSeconds
void setSeconds(uint s)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTime
void setTime(long unixTimeMs)
Undocumented in source. Be warned that the author may not have intended to support it.
- toISOString
string toISOString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toUTC
ScriptDate toUTC()
Undocumented in source. Be warned that the author may not have intended to support it.
The Date class