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