Package org.bedework.convert
Class Icalendar.TimeZoneInfo
java.lang.Object
org.bedework.convert.Icalendar.TimeZoneInfo
- Enclosing class:
- Icalendar
We may use internal timezones or be forced to use an unknown tz shipped in
with an event
- Author:
- douglm
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTimeZoneInfo(String tzid, net.fortuna.ical4j.model.TimeZone tz, String tzSpec) Constructor -
Method Summary
-
Field Details
-
tzid
It's id -
tz
public net.fortuna.ical4j.model.TimeZone tzThe actual timezone -
tzSpec
Non-null if we are using an unknown external specification
-
-
Constructor Details
-
TimeZoneInfo
Constructor- Parameters:
tzid- the idtz- it's internal representationtzSpec- the string form
-