Page History
...
Parameter | Description |
---|---|
MT | Indicates a time conversion. |
H, S, and char | These 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. |
...