PATH:
home
/
letacommog
/
crmleta
/
modules
/
Mobile
/
third-party
/
qCal
/
qCal
/
Property
<?php /** * Time Zone Offset To Property * @package qCal * @copyright Luke Visinoni (luke.visinoni@gmail.com) * @author Luke Visinoni (luke.visinoni@gmail.com) * @license GNU Lesser General Public License * @todo Make sure that the various components that require this actually * require it. * * RFC 2445 Definition * * Property Name: TZOFFSETTO * * Purpose: This property specifies the offset which is in use in this * time zone observance. * * Value Type: UTC-OFFSET * * Property Parameters: Non-standard property parameters can be * specified on this property. * * Conformance: This property MUST be specified in a "VTIMEZONE" * calendar component. * * Description: This property specifies the offset which is in use in * this time zone observance. It is used to calculate the absolute time * for the new observance. The property value is a signed numeric * indicating the number of hours and possibly minutes from UTC. * Positive numbers represent time zones east of the prime meridian, or * ahead of UTC. Negative numbers represent time zones west of the prime * meridian, or behind UTC. * * Format Definition: The property is defined by the following notation: * * tzoffsetto = "TZOFFSETTO" toparam ":" utc-offset CRLF * * toparam = *(";" xparam) * * Example: The following are examples of this property: * * TZOFFSETTO:-0400 * * TZOFFSETTO:+1245 */ class qCal_Property_Tzoffsetto extends qCal_Property { protected $type = 'UTC-OFFSET'; protected $allowedComponents = array('VTIMEZONE','DAYLIGHT','STANDARD'); }
[+]
..
[-] LastModified.php
[edit]
[-] Trigger.php
[edit]
[-] Dtstart.php
[edit]
[-] Priority.php
[edit]
[-] RequestStatus.php
[edit]
[-] NonStandard.php
[edit]
[-] Resources.php
[edit]
[-] Duration.php
[edit]
[-] Description.php
[edit]
[-] Url.php
[edit]
[-] Due.php
[edit]
[-] Dtstamp.php
[edit]
[-] Method.php
[edit]
[-] Summary.php
[edit]
[-] Exrule.php
[edit]
[-] Repeat.php
[edit]
[-] Location.php
[edit]
[-] Class.php
[edit]
[-] Prodid.php
[edit]
[-] Transp.php
[edit]
[-] Attendee.php
[edit]
[-] Rrule.php
[edit]
[-] Comment.php
[edit]
[-] Tzurl.php
[edit]
[-] Freebusy.php
[edit]
[-] PercentComplete.php
[edit]
[-] Tzname.php
[edit]
[-] Version.php
[edit]
[-] Categories.php
[edit]
[-] Attach.php
[edit]
[-] Tzid.php
[edit]
[-] Uid.php
[edit]
[-] RelatedTo.php
[edit]
[-] Sequence.php
[edit]
[-] Created.php
[edit]
[-] Tzoffsetto.php
[edit]
[-] RecurrenceId.php
[edit]
[-] Organizer.php
[edit]
[-] Dtend.php
[edit]
[-] Calscale.php
[edit]
[-] Rdate.php
[edit]
[-] Action.php
[edit]
[-] MultiValue.php
[edit]
[-] Exdate.php
[edit]
[-] Contact.php
[edit]
[-] Completed.php
[edit]
[-] Status.php
[edit]
[-] Tzoffsetfrom.php
[edit]
[-] Geo.php
[edit]