Function: icalendar-recur-tz-offset-in
icalendar-recur-tz-offset-in is a byte-compiled function defined in
icalendar-recur.el.gz.
Signature
(icalendar-recur-tz-offset-in OBSERVANCE)
Documentation
Return the offset (in seconds) from UTC in effect during OBSERVANCE.
OBSERVANCE should be an icalendar-standard or icalendar-daylight
subcomponent of a particular icalendar-vtimezone. The returned value
is the value of its icalendar-tzoffsetto property.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/icalendar-recur.el.gz
(defun icr:tz-offset-in (observance)
"Return the offset (in seconds) from UTC in effect during OBSERVANCE.
OBSERVANCE should be an `icalendar-standard' or `icalendar-daylight'
subcomponent of a particular `icalendar-vtimezone'. The returned value
is the value of its `icalendar-tzoffsetto' property."
(ical:with-property-of observance 'ical:tzoffsetto nil value))