Date

constructor(milliseconds: Number)(source)
constructor(dateString: String)(source)
constructor(year: Int, month: Int)(source)
constructor(year: Int, month: Int, day: Int)(source)
constructor(year: Int, month: Int, day: Int, hour: Int)(source)
constructor(year: Int, month: Int, day: Int, hour: Int, minute: Int)(source)
constructor(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int)(source)
constructor(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, millisecond: Number)(source)
constructor()(source)