Function: calendar-mayan-tzolkin-on-or-before

calendar-mayan-tzolkin-on-or-before is a byte-compiled function defined in cal-mayan.el.gz.

Signature

(calendar-mayan-tzolkin-on-or-before TZOLKIN-DATE DATE)

Documentation

Absolute date of latest TZOLKIN-DATE on or before absolute DATE.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-mayan.el.gz
(defun calendar-mayan-tzolkin-on-or-before (tzolkin-date date)
  "Absolute date of latest TZOLKIN-DATE on or before absolute DATE."
  (- date
     (% (- date (calendar-mayan-tzolkin-difference
                 (calendar-mayan-tzolkin-from-absolute 0)
                 tzolkin-date))
        260)))