Interface TemporalRangesTariffFormatOptions

Options to use when formatting in the formatRange() method.

Hierarchy

Properties

allValue?: string

The value to use for a range equal to a field's bounding range, that is "all possible values". The default value is "*".

unboundedValue?: string

The value to use for an "unbounded" value. The default value is "*".

wholeHours?: boolean

Format the minutes-of-day as whole hours, rather than the HH:MM format.

Generated using TypeDoc