FromIso8601Options

sealed interface FromIso8601Options(source)

Properties

Link copied to clipboard
abstract var data: Any?

Arbitrary data associated with this interval.

Link copied to clipboard
abstract var iso8601: String

An ISO 8601 interval.

Link copied to clipboard
abstract var isStartIncluded: Boolean?

true if options.start is included in the interval, false otherwise. Default value - true

Link copied to clipboard
abstract var isStopIncluded: Boolean?

true if options.stop is included in the interval, false otherwise. Default value - true