Handbook
Glossary
day-offset ( timestamp m -- timestamp n )
Vocabulary
calendar
.
private
Inputs
timestamp
an
object
m
an
object
Outputs
timestamp
an
object
n
an
object
Definition
USING:
calendar
kernel
math
;
IN:
calendar.private
:
day-offset
( timestamp m -- timestamp n )
over
day-of-week
-
;
inline