Home > nifty-tou > TemporalRangesTariffFormatOptions
Options to use when formatting in the formatRange() method.
Signature:
export interface TemporalRangesTariffFormatOptions extends IntRangeFormatOptions
Extends: IntRangeFormatOptions
Property | Modifiers | Type | Description |
---|---|---|---|
allValue? | string | (Optional) The value to use for a range equal to a field's bounding range, that is "all possible values". The default value is "*" . |
|
wholeHours? | boolean | (Optional) Format the minutes-of-day as whole hours, rather than the HH:MM format. |