Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ClassLib.Common.java.util
Class TimeZone  view TimeZone download TimeZone.java

java.lang.Object
  extended byClassLib.Common.java.util.TimeZone

abstract class TimeZone
extends java.lang.Object

TimeZone

Version:
$Id: TimeZone.java,v 1.8 2003/05/12 10:04:53 joewhaley Exp $

Nested Class Summary
static class TimeZone.TimeZoneInformation
           
 
Field Summary
static TimeZone.TimeZoneInformation cachedTimeZone
           
static int cachedTimeZoneId
           
static Run_Time.SystemInterface.ExternalLink GetTimeZoneInformation
           
static int TIME_ZONE_ID_DAYLIGHT
           
static int TIME_ZONE_ID_INVALID
           
static int TIME_ZONE_ID_STANDARD
           
static int TIME_ZONE_ID_UNKNOWN
           
 
Constructor Summary
(package private) TimeZone()
           
 
Method Summary
static void boot()
           
static int get_time_zone_information(TimeZone.TimeZoneInformation t)
           
private static java.lang.String getSystemGMTOffsetID()
           
private static java.lang.String getSystemTimeZoneID(java.lang.String javaHome, java.lang.String region)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedTimeZone

public static TimeZone.TimeZoneInformation cachedTimeZone

cachedTimeZoneId

public static int cachedTimeZoneId

TIME_ZONE_ID_UNKNOWN

public static final int TIME_ZONE_ID_UNKNOWN
See Also:
Constant Field Values

TIME_ZONE_ID_STANDARD

public static final int TIME_ZONE_ID_STANDARD
See Also:
Constant Field Values

TIME_ZONE_ID_DAYLIGHT

public static final int TIME_ZONE_ID_DAYLIGHT
See Also:
Constant Field Values

TIME_ZONE_ID_INVALID

public static final int TIME_ZONE_ID_INVALID
See Also:
Constant Field Values

GetTimeZoneInformation

public static Run_Time.SystemInterface.ExternalLink GetTimeZoneInformation
Constructor Detail

TimeZone

TimeZone()
Method Detail

getSystemTimeZoneID

private static java.lang.String getSystemTimeZoneID(java.lang.String javaHome,
                                                    java.lang.String region)

getSystemGMTOffsetID

private static java.lang.String getSystemGMTOffsetID()

get_time_zone_information

public static int get_time_zone_information(TimeZone.TimeZoneInformation t)

boot

public static void boot()