returns the time of the day in seconds
INCLUDE 'iolib.h' time(Time)
time(Time) (o)
integer(Time) (o) Seconds since midnight
Returns the current time from the host server. The time is measured in seconds from midnight, thus giving each day a new chance.
time(Time), M is Time / 60, Sec is Time mod 60, Hour is M / 60, Minute is M mod 60.
No runtime errors.
prolog-process, client-server, object
(none)