|
TargetTimeUnitFromTimeUnits Method
|
Scales the specified time, in the specified units, to a time in seconds.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax GrafanaAdapters.Functions.TargetTimeUnit.FromTimeUnits = function(value, units);
View SourceParameters
- value Double
- The double value to convert.
- units TargetTimeUnit
- The target time unit, which includes scaling factor, for the conversion.
Return Value
DoubleA time, in seconds, that represents the converted value.
See Also