|
||||||||||
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$ [5/07/2004] Utility methods relevant to Java timezones.
Field Summary | |
---|---|
static String |
GMT_ID
The timezone identifier for GMT time. |
static String |
IBM_UTC_ID
The timezone identifier for UTC time in the IBM JVM. |
static String |
UTC_ID
The timezone identifier for UTC time. |
Method Summary | |
---|---|
static TimeZone |
getDateTimeZone()
Although timezones are not really applicable to DATE instances in iCalendar, the implementation in iCal4j requires the use of a timezone. |
static TimeZone |
getUtcTimeZone()
Get the UTC Timezone. |
static boolean |
isUtc(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 String UTC_ID
public static final String IBM_UTC_ID
public static final String GMT_ID
Method Detail |
---|
public static boolean isUtc(TimeZone timezone)
timezone
- a timezone instance
public static TimeZone getDateTimeZone()
net.fortuna.ical4j.timezone.date.floating=true
public static TimeZone getUtcTimeZone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |