Skip to main content

mTos (Function)

This converts the input given in minutes into seconds.

Syntax

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

Query Parameters

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

Example 1

unitconversion:mTos(1)

The minute value 1 is converted into seconds as 60.0.