Overview

Packages

  • Icalendar

Classes

  • Horde_Icalendar
  • Horde_Icalendar_Daylight
  • Horde_Icalendar_Exception
  • Horde_Icalendar_Standard
  • Horde_Icalendar_Translation
  • Horde_Icalendar_Valarm
  • Horde_Icalendar_Vcard
  • Horde_Icalendar_Vevent
  • Horde_Icalendar_Vfreebusy
  • Horde_Icalendar_Vjournal
  • Horde_Icalendar_Vnote
  • Horde_Icalendar_Vtimezone
  • Horde_Icalendar_Vtodo
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Icalendar_Vtimezone

Class representing vTimezones.

Copyright 2003-2012 Horde LLC (http://www.horde.org/)

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Horde_Icalendar
Extended by Horde_Icalendar_Vtimezone
Package: Icalendar
Category: Horde
License: LGPL 2.1
Author: Mike Cochrane mike@graftonhall.co.nz
Located at Horde/Icalendar/Vtimezone.php
Methods summary
public TODO
# exportvCalendar( )

TODO

TODO

Returns

TODO

Overrides

Horde_Icalendar::exportvCalendar()
public TODO
# parseChild( &$child & $child, mixed $year )

Parse child components of the vTimezone component. Returns an array with the exact time of the time change as well as the 'from' and 'to' offsets around the change. Time is arbitrarily based on UTC for comparison.

Parse child components of the vTimezone component. Returns an array with the exact time of the time change as well as the 'from' and 'to' offsets around the change. Time is arbitrarily based on UTC for comparison.

Parameters

$child
TODO
$year
TODO

Returns

TODO
Methods inherited from Horde_Icalendar
__construct(), _exportDateTime(), _exportUtcOffset(), _parseDate(), _parseDateTime(), addComponent(), clear(), findComponent(), findComponentByAttribute(), getAllAttributes(), getAttribute(), getAttributeDefault(), getAttributeValues(), getComponent(), getComponentClasses(), getComponentCount(), getComponents(), getType(), newComponent(), parsevCalendar(), removeAttribute(), setAttribute(), setParameter(), setVersion(), toHash()
Properties summary
public string $type

The component type of this class.

The component type of this class.

# 'vTimeZone'
API documentation generated by ApiGen