UTC

JS
1.1
fun UTC ( year : Int , month : Int ) : Double
(source)
fun UTC ( year : Int , month : Int , day : Int ) : Double
(source)
fun UTC ( year : Int , month : Int , day : Int , hour : Int ) : Double
(source)
fun UTC (
year : Int ,
month : Int ,
day : Int ,
hour : Int ,
minute : Int
) : Double

(source)
fun UTC (
year : Int ,
month : Int ,
day : Int ,
hour : Int ,
minute : Int ,
second : Int
) : Double

(source)
fun UTC (
year : Int ,
month : Int ,
day : Int ,
hour : Int ,
minute : Int ,
second : Int ,
millisecond : Number
) : Double

(source)