Skip to main content

hTom (Function)

This converts the input given in hours into minutes.

Syntax

<DOUBLE> unitconversion:hTom(<INT|LONG|FLOAT|DOUBLE> p1)

Query Parameters

NameDescriptionDefault ValuePossible Data TypesOptionalDynamic
p1The value that needs to be converted from hours into minutes.INT LONG FLOAT DOUBLENoYes

Example 1

unitconversion:hTom(1)

The hour value 1 is converted into minutes as 60.0.