|
TargetTimeUnitParse Method
|
Tries to parse a string representation of a time unit to a
TargetTimeUnit.
Namespace: GrafanaAdapters.FunctionsAssembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.207-beta
Syntax Remarks
If this method succeeds, return value contains the
TargetTimeUnit equivalent
of the time unit contained in
value; otherwise,
null if the
conversion failed. The conversion fails if the
value is null or is not
in the correct format.
See Also