parameterHours abstract method

String parameterHours(
  1. double hours
)

Format used for displaying a parameter's value in hours

In en, this message translates to: '{hours} hrs'

Implementation

String parameterHours(double hours);