<init>

JS
1.1
Date ( milliseconds : Number )
Date ( dateString : String )
Date ( year : Int , month : Int )
Date ( year : Int , month : Int , day : Int )
Date ( year : Int , month : Int , day : Int , hour : Int )
Date ( year : Int , month : Int , day : Int , hour : Int , minute : Int )
Date (
year : Int ,
month : Int ,
day : Int ,
hour : Int ,
minute : Int ,
second : Int )
Date (
year : Int ,
month : Int ,
day : Int ,
hour : Int ,
minute : Int ,
second : Int ,
millisecond : Number )
JS
1.1
Date ( )

Exposes the Date API to Kotlin.