Skip to main content

dToh (Function)

This converts the input given in days into hours.

Syntax

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

Query Parameters

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

Example 1

unitconversion:dToh(1)

The day value 1 is converted into hours as 24.0.