DateTime

Members

Aliases

currentTimeSecond
alias currentTimeSecond = currentUnixTime
Undocumented in source.
getDateAsGMT
alias getDateAsGMT = getTimeAsGMT
Undocumented in source.

Static functions

currentTime
long currentTime()
currentTimeMillis
long currentTimeMillis()

Returns the current time in milliseconds. Note that while the unit of time of the return value is a millisecond, the granularity of the value depends on the underlying operating system and may be larger. For example, many operating systems measure time in units of tens of milliseconds.

currentTimeNsecs
long currentTimeNsecs()
Undocumented in source. Be warned that the author may not have intended to support it.
currentUnixTime
long currentUnixTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getTimeAsGMT
string getTimeAsGMT()
Undocumented in source. Be warned that the author may not have intended to support it.
startClock
void startClock()
Undocumented in source. Be warned that the author may not have intended to support it.
stopClock
void stopClock()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

timestamp
long timestamp;
Undocumented in source.

Meta