18 lines
357 B
Plaintext
18 lines
357 B
Plaintext
|
|
||
|
{{alias}}
|
||
|
Number of minutes in an hour.
|
||
|
|
||
|
The value is a generalization and does **not** take into account
|
||
|
inaccuracies due to daylight savings conventions, crossing timezones, or
|
||
|
other complications with time and dates.
|
||
|
|
||
|
Examples
|
||
|
--------
|
||
|
> var hrs = 3.14;
|
||
|
> var mins = hrs * {{alias}}
|
||
|
188.4
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|