Function: timeclock-entry-begin

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

Signature

(timeclock-entry-begin CL-X)

Documentation

Access slot "begin" of timeclock-entry struct CL-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)