3.1.4
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Type: string
Hour and Minute chooser. Use as ''
Extends HTMLElement
Type: DateTime
Type: function (time: DateTime): void
Type: HTMLDivElement
Shows or hides the popup based on current visibility style
void
void
void
Get hours and minutes as Duration instead of as a DateTime. Useful for relative times.
Type: Duration
Duration
:
hours, minutes as Duration
Type: DateTime
DateTime
Type: DateTime
(DateTime)
(DateTime)
Date and Time chooser using native date chooser and the above HourMinChooser for the hour and minute of time.
Extends HTMLElement
(DateTime?)
Type: DateTime
Type: function (time: DateTime): void
Type: HourMinChooser
Updates the time without triggering the callback function.
(DateTime)
new time to update sliders
void
triggers the callback function.
void
Type: DateTime
DateTime
Type: DateTime
(DateTime)
Type: string
Type: string
Type: string
Combination of two DateTimeChoosers to specify a start and end time. A "change" event is fired when the times are modified.
Initial values can be set via the start, end and duration attributes. Start and end are ISO8601 dates, duration may either be a number of seconds or an ISO8601 duration string. Also, if the prev-next attribute is true, then previous, next and now buttons are added to shift the time range earlier, later or so that the end is the current time.
The component remembers the last changed, so if you modify duration and then modify start, the end is adjusted to keep duration the same.
Extends HTMLElement
Type: function (timerange: Interval): void
Type: Duration
Type: DateTimeChooser
Type: DateTimeChooser
Interval
Interval
Updates the times without triggering the callback function.
(Interval)
new time interval
Type: DateTime
DateTime
Type: DateTime
DateTime
Type: DateTime
(DateTime)
Type: Duration
(Duration)
Type: Duration
Duration
extracts duration from either string as ISO or number as seconds.
(string)
ISO string or number
Duration
:
duration