Function: timeclock-entry-end

timeclock-entry-end is a byte-compiled function defined in timeclock.el.gz.

Signature

(timeclock-entry-end timeclock-entry-end X)

Documentation

Access slot "end" of timeclock-entry struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(cl-defstruct (timeclock-entry
               (:constructor nil) (:copier nil)
               (:type list))
  begin end project comment
  ;; FIXME: Documented in docstring of timeclock-log-data, but I can't see
  ;; where it's used in the code.
  final-p)