Function: icalendar-period-start

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

Signature

(icalendar-period-start PERIOD)

Documentation

Return the icalendar-date-time which marks the start of PERIOD.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
;;;; 3.3.9 Period
(defsubst ical:period-start (period)
  "Return the `icalendar-date-time' which marks the start of PERIOD."
  (car period))