Function: org-columns--summary-max-time

org-columns--summary-max-time is a byte-compiled function defined in org-colview.el.gz.

Signature

(org-columns--summary-max-time TIMES _)

Documentation

Compute the maximum time among TIMES.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-colview.el.gz
(defun org-columns--summary-max-time (times _)
  "Compute the maximum time among TIMES."
  (org-columns--summary-apply-times #'max times))