Function: icalendar-period-dur-value

icalendar-period-dur-value is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-period-dur-value PERIOD)

Documentation

Return the icalendar-dur-value which gives the length of PERIOD, or nil.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(defsubst ical:period-dur-value (period)
  "Return the `icalendar-dur-value' which gives the length of PERIOD, or nil."
  (caddr period))