Function: timeclock-entry-list-begin

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

Signature

(timeclock-entry-list-begin ENTRY-LIST)

Documentation

Return the start time of the first element of ENTRY-LIST.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defsubst timeclock-entry-list-begin (entry-list)
  "Return the start time of the first element of ENTRY-LIST."
  (timeclock-entry-begin (car entry-list)))