FromIso8601DateArrayOptions

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 iso8601Dates: <Error class: unknown class><String>

An array of ISO 8601 dates.

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
abstract val trailingInterval: Boolean?

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