|
MakeTime() |
|
|
Purpose To create a time string from three numerics representing hours, minutes and seconds. Syntax MakeTime( <nHours> , <nMinutes>, <nSeconds> ) cTime Arguments <nHours> is the hour of the new time <nMinutes> is the minutes of the new time <nSeconds> is the seconds of the new time Returns MakeTime() returns a string in the format "hh:mm:ss".
|