formatInterval
Description
Returns an interval rendered as a string, with optional control over which time unit is displayed.
Syntax
Like many functions in DataPrime, formatInterval
supports two notations, function and method notation. These interchangeable forms allow flexibility in how you structure expressions.
Arguments
Name | Type | Required | Description |
---|---|---|---|
interval | interval | true | The interval to format |
scale | timeunit | false | The largest unit to display. |
Does not cascade into smaller units. | |||
Defaults to nano . | |||
Example
Use case: Render an interval in seconds
Even if the interval is 5 minutes, you may want to render it as 300s
. Use the scale
argument to specify seconds.
Output
Theme
Light