Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
MTIndicates a time conversion.
H, S, and charThese options have no effect on the IConv function. These are OConv options that are allowed in the IConv function so you can use the same specifications for both input and output conversions.

See Also

Time()OConv Time (MT) function

Example

Code Block
TIME     = "08:28PM"
CONVERSION  = "MTH"
Internal_time = IConv(TIME,CONVERSION)
* The value 73680 is saved in Internal_time.

...