UdfTimestamp

data class UdfTimestamp(    val typeAndTimezone: Int,     val year: Int,     val month: Int,     val day: Int,     val hour: Int,     val minute: Int,     val second: Int,     val centiseconds: Int,     val hundredsofMicroseconds: Int,     val microseconds: Int)

Constructors

Link copied to clipboard
constructor(s: SyncStream)
constructor(    typeAndTimezone: Int,     year: Int,     month: Int,     day: Int,     hour: Int,     minute: Int,     second: Int,     centiseconds: Int,     hundredsofMicroseconds: Int,     microseconds: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val day: Int
Link copied to clipboard
val hour: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val minute: Int
Link copied to clipboard
val month: Int
Link copied to clipboard
val second: Int
Link copied to clipboard
Link copied to clipboard
val year: Int