W3cubDocs

/Kotlin

UTC

fun UTC(year: Int, month: Int): Double

Platform and version requirements: JS

fun UTC(year: Int, month: Int, day: Int): Double

Platform and version requirements: JS

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

Platform and version requirements: JS

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

Platform and version requirements: JS

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

Platform and version requirements: JS

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

Platform and version requirements: JS

© 2010–2018 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.js/-date/-u-t-c.html