ComputedTime

class ComputedTime(val weeks: Int = 0, val days: Int = 0, val hours: Int = 0, val minutes: Int = 0, val seconds: Int = 0, val nanoseconds: Int = 0)

Constructors

Link copied to clipboard
constructor(weeks: Int = 0, days: Int = 0, hours: Int = 0, minutes: Int = 0, seconds: Int = 0, nanoseconds: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int
Link copied to clipboard
Link copied to clipboard
val hours: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val weeks: Int