dmildew v0.5.2 (2021-02-18T19:29:38Z)
Dub
Repo
ScriptDate.this
mildew
stdlib
date
ScriptDate
Creates a Date representing the time and date of object creation
this
()
class
ScriptDate
this
(
)
this
(long num)
this
(int year, int monthIndex, int day, int hours, int minutes, int seconds, int milliseconds)
this
(string str)
Meta
Source
See Implementation
mildew
stdlib
date
ScriptDate
constructors
this
functions
getDate
getDay
getFullYear
getHours
getMilliseconds
getMinutes
getMonth
getSeconds
getTime
getTimezone
setDate
setFullYear
setHours
setMilliseconds
setMinutes
setMonth
setSeconds
setTime
toISOString
toString
toUTC
Creates a Date representing the time and date of object creation