Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.1 KB

nifty-tou.temporalrangestariffformatoptions.md

File metadata and controls

22 lines (14 loc) · 1.1 KB

Home > nifty-tou > TemporalRangesTariffFormatOptions

TemporalRangesTariffFormatOptions interface

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

Signature:

export interface TemporalRangesTariffFormatOptions extends IntRangeFormatOptions 

Extends: IntRangeFormatOptions

Properties

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.