TimeCellValue

class TimeCellValue(val hour: Int = 0, val minute: Int = 0, val second: Int = 0, val millisecond: Int = 0, val microsecond: Int = 0) : CellValue(source)

Constructors

Link copied to clipboard
constructor(hour: Int = 0, minute: Int = 0, second: Int = 0, millisecond: Int = 0, microsecond: Int = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hour: Int = 0
Link copied to clipboard
val microsecond: Int = 0
Link copied to clipboard
val millisecond: Int = 0
Link copied to clipboard
val minute: Int = 0
Link copied to clipboard
val second: Int = 0

Functions

Link copied to clipboard
fun asDuration(): <Error class: unknown class>
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String