Signature
formatSeconds(t: RationalTime, decimals: number = 2): stringParameters
| Name | Type | Description |
|---|---|---|
| t | RationalTime | Rational timeline time to format. |
| decimals | number | Number of digits to include after the decimal point. |
Returns
string
Seconds string rounded to the requested precision.