FromIso8601DurationArrayOptions

Properties

Link copied to clipboard
abstract val dataCallback: Function<*>?

A function that will be return the data that is called with each interval before it is added to the collection. If unspecified, the data will be the index in the collection.

Link copied to clipboard
abstract val epoch: JulianDate

An date that the durations are relative to.

Link copied to clipboard
abstract val iso8601Durations: String

An array of ISO 8601 durations.

Link copied to clipboard
abstract val isStartIncluded: Boolean?

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

Link copied to clipboard
abstract val isStopIncluded: Boolean?

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

Link copied to clipboard
abstract val leadingInterval: Boolean?

true if you want to add a interval from Iso8601.MINIMUM_VALUE to start time, false otherwise. Default value - false

Link copied to clipboard

true if durations are relative to previous date, false if always relative to the epoch. Default value - false

Link copied to clipboard
abstract val trailingInterval: Boolean?

true if you want to add a interval from stop time to Iso8601.MAXIMUM_VALUE, false otherwise. Default value - false