Function: hbdata:create-time

hbdata:create-time is a byte-compiled function defined in hbdata.el.

Signature

(hbdata:create-time HBDATA)

Documentation

Return the original creation time given for HBDATA's button.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hbdata.el
(defun hbdata:create-time (hbdata)
  "Return the original creation time given for HBDATA's button."
  (nth 6 hbdata))