Historical updating oE new_time, Revision 1
new_time
include datetime.e namespace datetime public function new_time(integer hour, integer minute, atom second)
creates a new datetime value with a date of zeros.
Parameters:
- hour : is the hour (0-23)
- minute : is the minute (0-59)
- second : is the second (0-59)
Example 1:
dt = new_time(10, 30, 55) dt is 10:30:55 AM
See Also:
Not Categorized, Please Help
|
- diff to current revision, view current revision history, backlinks
- Last modified Sep 04, 2019 by _tom