chickadee » srfi-19 » make-time*

(make-time* [weeks: 0] [days: 0] [hours: 0] [minutes: 0] [seconds: 0] [milliseconds: 0] [microseconds: 0] [nanoseconds: 0] [time-type: duration]) -> timeprocedure

Returns a time-object of clock-type time-type where the seconds and nanoseconds values are calculated by summing the keyword arguments.