Variable: midnight-period

midnight-period is a variable defined in midnight.el.gz.

Value

86400

Documentation

The number of seconds in a day--the delta for midnight-timer.

Source Code

;; Defined in /usr/src/emacs/lisp/midnight.el.gz
;;; midnight hook

(defvar midnight-period (* 24 60 60)
  "The number of seconds in a day--the delta for `midnight-timer'.")