IsoDateTimeOrDate

Date-or-date-time value as used by the transfer service's requestedExecutionDate.

Accepts three forms:

Inheritors

Types

Link copied to clipboard
data class Date(val value: LocalDate) : IsoDateTimeOrDate

Plain ISO date (no time component).

Link copied to clipboard

ISO date-time without an offset.

Link copied to clipboard
data class OffsetDateTime(val dateTime: LocalDateTime, val offset: UtcOffset) : IsoDateTimeOrDate

ISO date-time with an explicit UTC offset.