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 PeriodList.getTimeZone()
           
 TimeZone DateTime.getTimeZone()
          Returns the current timezone associated with this date-time value.
 TimeZone TimeZoneRegistryImpl.getTimeZone(java.lang.String id)
           
 TimeZone TimeZoneRegistry.getTimeZone(java.lang.String id)
          Returns a timezone with the specified identifier.
 

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

Constructors in net.fortuna.ical4j.model with parameters of type TimeZone
DateList(java.lang.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(java.lang.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 RDate.setTimeZone(TimeZone timezone)
           
 void DateProperty.setTimeZone(TimeZone timezone)
          Publically available method to update the current timezone.
 void UtcProperty.setTimeZone(TimeZone timezone)
           
 

Constructors in net.fortuna.ical4j.model.property with parameters of type TimeZone
DateProperty(java.lang.String name, TimeZone timezone)
          Creates a new instance of the named property with an initial timezone.
DtEnd(java.lang.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(java.lang.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(java.lang.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(java.lang.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.