Package | Description |
---|---|
biweekly.io | |
biweekly.io.scribe.component |
Modifier and Type | Method and Description |
---|---|
static VTimezone |
DataModelConverter.convert(List<Daylight> daylights,
Timezone tz)
Converts vCalendar timezone information to am iCalendar
VTimezone
component. |
VTimezone |
VTimezoneGenerator.generate(TimeZone timezone)
|
VTimezone |
TzUrlDotOrgGenerator.generate(TimeZone timezone) |
VTimezone |
ICalTimeZone.getComponent()
Gets the VTIMEZONE component that is being wrapped.
|
VTimezone |
TimezoneInfo.getComponent(ICalProperty property)
Gets the
VTimezone component that a property is assigned to. |
Modifier and Type | Method and Description |
---|---|
Collection<VTimezone> |
TimezoneInfo.getComponents()
Gets all of the iCalendar
VTimezone components that have been
registered or generated by this class. |
Modifier and Type | Method and Description |
---|---|
void |
TimezoneInfo.assign(VTimezone component,
TimeZone timezone)
|
static DataModelConverter.VCalTimezoneProperties |
DataModelConverter.convert(VTimezone timezone,
List<Date> dates)
Converts an iCalendar
VTimezone component into the appropriate
vCalendar properties. |
TimeZone |
TimezoneInfo.getTimeZoneByComponent(VTimezone component)
|
Constructor and Description |
---|
ICalTimeZone(VTimezone component)
Creates a new timezone based on an iCalendar VTIMEZONE component.
|
Modifier and Type | Method and Description |
---|---|
protected VTimezone |
VTimezoneScribe._newInstance() |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.