12 Time Arithmetic
procedure
(time-arithmetic-provider? x) → boolean
x : any/c
procedure
(+hours t n) → time-arithmetic-provider
t : time-arithmetic-provider? n : exact-integer?
procedure
(-hours t n) → time-arithmetic-provider?
t : time-arithmetic-provider? n : exact-integer?
Examples: | ||||||||
|
procedure
(+minutes t n) → time-arithmetic-provider?
t : time-arithmetic-provider? n : exact-integer?
procedure
(-minutes t n) → time-arithmetic-provider?
t : time-arithmetic-provider? n : exact-integer?
Examples: | ||||||||
|
procedure
(+seconds t n) → time-arithmetic-provider?
t : time-arithmetic-provider? n : exact-integer?
procedure
(-seconds t n) → time-arithmetic-provider?
t : time-arithmetic-provider? n : exact-integer?
Examples: | ||||||||
|
procedure
t : time-arithmetic-provider? n : exact-integer?
procedure
t : time-arithmetic-provider? n : exact-integer?
Examples: | ||||||||
|
procedure
t : time-arithmetic-provider? n : exact-integer?
procedure
t : time-arithmetic-provider? n : exact-integer?
Examples: | ||||||||
|
procedure
t : time-arithmetic-provider? n : exact-integer?
procedure
t : time-arithmetic-provider? n : exact-integer?
Examples: | ||||||||
|
procedure
t : time-arithmetic-provider? p : time-period?
procedure
t : time-arithmetic-provider? p : time-period?
Examples: | ||||||
|