DateStruct

data class DateStruct(val year: Int, val month: Int, val day: Int, val hour: Int, val minute: Int, val second: Int, val offset: Int)

Constructors

Link copied to clipboard
constructor(s: SyncStream)
constructor(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, offset: Int)

Properties

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