TM

class TM(segment: MemorySegment)(source)

Time representing the number of seconds since the Unix Epoch (January 1, 1970, 00:00:00 UTC) into a broken-down UTC representation

Constructors

Link copied to clipboard
constructor(segment: MemorySegment)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: Int
Link copied to clipboard
val hour: Int
Link copied to clipboard
val min: Int
Link copied to clipboard
val month: Int
Link copied to clipboard
val sec: Int
Link copied to clipboard
val year: Int

Functions

Link copied to clipboard
open override fun toString(): String