Uses of Class
net.fortuna.ical4j.model.TimeZone

Packages that use TimeZone
net.fortuna.ical4j.model Contains core types used to define the iCalendar model. 
net.fortuna.ical4j.model.property Contains types used to represent the iCalendar property model. 
 

Uses of TimeZone in net.fortuna.ical4j.model
 

Methods in net.fortuna.ical4j.model that return TimeZone
 TimeZone DateList.getTimeZone()
           
 TimeZone DateTime.getTimeZone()
          Returns the current timezone associated with this date-time value.
 TimeZone PeriodList.getTimeZone()
           
 TimeZone TimeZoneRegistry.getTimeZone(String id)
          Returns a timezone with the specified identifier.
 TimeZone TimeZoneRegistryImpl.getTimeZone(String id)
           
 

Methods in net.fortuna.ical4j.model with parameters of type TimeZone
 void TimeZoneRegistry.register(TimeZone timezone)
          Registers a new timezone for use with iCalendar objects.
 void TimeZoneRegistryImpl.register(TimeZone timezone)
           
 void DateList.setTimeZone(TimeZone timeZone)
          Applies the specified timezone to all dates in the list.
 void DateTime.setTimeZone(TimeZone timezone)
          Sets the timezone associated with this date-time instance.
 void Period.setTimeZone(TimeZone timezone)
          Updates the start and (possible) end times of this period to reflect the specified timezone status.
 void PeriodList.setTimeZone(TimeZone timeZone)
          Applies the specified timezone to all dates in the list.
 

Constructors in net.fortuna.ical4j.model with parameters of type TimeZone
DateList(String aValue, Value aType, TimeZone timezone)
          Parses the specified string representation to create a list of dates.
DateList(Value aType, TimeZone timezone)
          Default constructor.
DateTime(String value, TimeZone timezone)
          Creates a new date-time instance from the specified value in the given timezone.
 

Uses of TimeZone in net.fortuna.ical4j.model.property
 

Fields in net.fortuna.ical4j.model.property declared as TimeZone
protected  TimeZone DateProperty.timezone
           
 

Methods in net.fortuna.ical4j.model.property with parameters of type TimeZone
 void DateListProperty.setTimeZone(TimeZone timezone)
          Sets the timezone associated with this property.
 void DateProperty.setTimeZone(TimeZone timezone)
          Updates the timezone associated with the property's value.
 void RDate.setTimeZone(TimeZone timezone)
           
 

Constructors in net.fortuna.ical4j.model.property with parameters of type TimeZone
DateProperty(String name, TimeZone timezone)
          Creates a new instance of the named property with an initial timezone.
DtEnd(String value, TimeZone timezone)
          Creates a new DTEND property initialised with the specified timezone and value.
DtEnd(TimeZone timezone)
          Creates a new DTEND property initialised with the specified timezone.
DtStart(String value, TimeZone timezone)
          Creates a new DTSTART property initialised with the specified timezone and value.
DtStart(TimeZone timezone)
          Creates a new DTSTART property initialised with the specified timezone.
Due(String value, TimeZone timezone)
          Creates a new DUE property initialised with the specified timezone and value.
Due(TimeZone timezone)
          Creates a new DUE property initialised with the specified timezone.
RecurrenceId(String value, TimeZone timezone)
          Creates a new RECURRENCE_ID property initialised with the specified timezone and value.
RecurrenceId(TimeZone timezone)
          Creates a new RECURRENCE_ID property initialised with the specified timezone.
 



Copyright © 2004-2007 Modularity. All Rights Reserved.