|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.util.TimeZones
public final class TimeZones
$Id: TimeZones.java,v 1.12 2011/02/20 03:14:09 fortuna Exp $ [5/07/2004] Utility methods relevant to Java timezones.
| Field Summary | |
|---|---|
static java.lang.String |
GMT_ID
The timezone identifier for GMT time. |
static java.lang.String |
IBM_UTC_ID
The timezone identifier for UTC time in the IBM JVM. |
static java.lang.String |
UTC_ID
The timezone identifier for UTC time. |
| Method Summary | |
|---|---|
static java.util.TimeZone |
getDateTimeZone()
Although timezones are not really applicable to DATE instances in iCalendar, the implementation in iCal4j requires the use of a timezone. |
static java.util.TimeZone |
getUtcTimeZone()
Get the UTC Timezone. |
static boolean |
isUtc(java.util.TimeZone timezone)
Indicates whether the specified timezone is equivalent to UTC time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String UTC_ID
public static final java.lang.String IBM_UTC_ID
public static final java.lang.String GMT_ID
| Method Detail |
|---|
public static boolean isUtc(java.util.TimeZone timezone)
timezone - a timezone instance
public static java.util.TimeZone getDateTimeZone()
net.fortuna.ical4j.timezone.date.floating=true
public static java.util.TimeZone getUtcTimeZone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||