IsoDate

data class IsoDate(val data: String)

Constructors

Link copied to clipboard
constructor(s: SyncStream)
constructor(data: String)

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
val minute: Int
Link copied to clipboard
val month: Int
Link copied to clipboard
val second: Int
Link copied to clipboard
val year: Int

Functions

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