ISO8601Date

fun ISO8601Date()

Default constructor, which makes an ISO8601Date from the system current date.


fun ISO8601Date(date: Date)

Parameters

date

The date associated with this ISO8601Date.


fun ISO8601Date(date: String)

Parameters

date

The ISO8601 string of the date associated with this ISO8601Date.


fun ISO8601Date(date: Long)

Parameters

date

The date expressed in milliseconds since Unix Epoch.