Variable: timeclock-last-period

timeclock-last-period is a variable defined in timeclock.el.gz.

Value

nil

Documentation

Integer representing the number of seconds in the last period.

Note that you shouldn't access this value, but instead should use the function timeclock-last-period(var)/timeclock-last-period(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defvar timeclock-last-period nil
  "Integer representing the number of seconds in the last period.
Note that you shouldn't access this value, but instead should use the
function `timeclock-last-period'.")