time2Str Function
Converts a time specified as the number of seconds elapsed since midnight to a text string that includes hours, minutes, and seconds.
str time2Str(
int _time,
int _separator,
int _timeFormat
|
Parameter |
Description |
|---|---|
|
_time |
The number of seconds since midnight. |
|
_separator |
The characters to be used as separators in the text string. Possible values follow:
|
|
_timeFormat |
Determines whether a 12-hour or 24-hour clock is used. Possible values follow:
|