Time

data class Time(val time: ULong)

Time saved in Unix Time Format. Note that, the ULong type should avoid the 2038 issue.

Constructors

Link copied to clipboard
fun Time(time: ULong)

Properties

Link copied to clipboard
val time: ULong