public final class Timezones extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT
Default time zone.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getLotusTimeZoneString(String javaTimeZoneString)
Converts a Java time zone string to a Lotus timezone string.
|
static String |
getLotusTimeZoneString(TimeZone timeZone)
Converts a Java time zone to a Lotus timezone string.
|
public static final String DEFAULT
public static String getLotusTimeZoneString(TimeZone timeZone) throws NullPointerException, IllegalArgumentException
timeZone - the time zoneNullPointerException - if the given time zone string is nullIllegalArgumentException - if the length of the given time zone string is zeropublic static String getLotusTimeZoneString(String javaTimeZoneString) throws NullPointerException, IllegalArgumentException
javaTimeZoneString - the java time zone stringNullPointerException - if the given time zone string is nullIllegalArgumentException - if the given time zone string is empty or unknownCopyright © 2005–2020. All rights reserved.