to Component Values
inline fun <T> toComponentValues(action: (milliseconds: Long, microseconds: Int) -> T): T
Content copied to clipboard
inline fun <T> toComponentValues(action: (seconds: Long, milliseconds: Int, microseconds: Int) -> T): T
Content copied to clipboard
inline fun <T> toComponentValues(action: (minutes: Long, seconds: Int, milliseconds: Int, microseconds: Int) -> T): T
Content copied to clipboard