ixConvertToSeconds
ixConvertToSeconds - convert hours, minutes and seconds to a number of seconds
SYNOPSIS
ixConvertToSeconds hours minutes seconds
DESCRIPTION
This command converts a number hours, minutes and seconds into seconds.
ARGUMENTS
hours
The hours to be converted.
minutes
The minutes to be converted.
seconds
The hours to be converted.
RETURNS
time
The time, in seconds.
EXAMPLE
ixConvertToSeconds 2 46 40
Returns 10000