InputCommand::ToScript Method
Converts the input command to a valid script command.
Syntax
string InputCommand::ToScript(
bool useDecimalTime = true
)
Parameters
bool useDecimalTime = true
If the time should be converted to decimal time.
Return value
string
The script command.
Remarks
None.