Function: org-timestamp-has-time-p
org-timestamp-has-time-p is a byte-compiled function defined in
org.el.gz.
Signature
(org-timestamp-has-time-p TIMESTAMP)
Documentation
Non-nil when TIMESTAMP has a time specified.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-timestamp-has-time-p (timestamp)
"Non-nil when TIMESTAMP has a time specified."
(org-element-property :hour-start timestamp))