Variable: timeclock-elapsed
timeclock-elapsed is a variable defined in timeclock.el.gz.
Value
nil
Documentation
A variable containing the time elapsed for complete periods today.
This value is not accurate enough to be useful by itself. Rather,
call timeclock-workday-elapsed, to determine how much time has been
worked so far today. Also, if timeclock-relative is nil, this value
will be the same as timeclock-discrepancy.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defvar timeclock-elapsed nil
"A variable containing the time elapsed for complete periods today.
This value is not accurate enough to be useful by itself. Rather,
call `timeclock-workday-elapsed', to determine how much time has been
worked so far today. Also, if `timeclock-relative' is nil, this value
will be the same as `timeclock-discrepancy'.")