Companion

object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun fromMs(milliseconds: Double): TimeSpan
fun fromMs(milliseconds: Int): TimeSpan

Creates a new TimeSpan from a time-span in milliseconds

Link copied to clipboard
fun fromSec(seconds: Int): TimeSpan

Creates a new TimeSpan from a time-span in seconds

Link copied to clipboard
fun fromUs(microseconds: Double): TimeSpan
fun fromUs(microseconds: Int): TimeSpan

Creates a new TimeSpan from a time-span in microseconds