maketime - script and chart function
This function returns a time calculated from the hour hh, the minute mm, and the second ss.
Syntax:
MakeTime(hh [ , mm [ , ss ] ])
Return data type: dual
Arguments:
Argument | Description |
---|---|
|
The hour as an integer. |
|
The minute as an integer. If no minute is stated, 00 is assumed. |
|
The second as an integer. If no second is stated, 00 is assumed. |