Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
I
M
P
S
T
A
ALL
- Static variable in class
Time
A string consisting of the 3-letter time zone names, separated by blanks.
B
BST
- Static variable in class
Time
The following constants contain the eleven time zones, as Strings.
C
CDT
- Static variable in class
Time
compareTo(Time)
- Method in class
Time
= -1 if this time < time t, 0 if this time equals time t, and 1 if this time > time t.
CST
- Static variable in class
Time
D
display()
- Method in class
Time
Display the time given by this object in all time zones, in 24-hour mode.
E
EDT
- Static variable in class
Time
EST
- Static variable in class
Time
G
getAmPm()
- Method in class
Time
= the am-pm indication --true means display in AM-PM format; false means display in 24-hour format.
getTime()
- Method in class
Time
getZone()
- Method in class
Time
= the time zone.
GMT
- Static variable in class
Time
I
IND
- Static variable in class
Time
isLegal(String)
- Static method in class
Time
= "z is a legal zone" --see class specification.
M
MDT
- Static variable in class
Time
MST
- Static variable in class
Time
P
PDT
- Static variable in class
Time
PST
- Static variable in class
Time
S
setDisplay(boolean)
- Method in class
Time
If b is true, set the display mode to AM-PM; if b is false, set it to "twenty-four hours".
T
Time
- Class in
<Unnamed>
An instance represents the time of day in a time zone, in terms of hours, minutes, and seconds.
Time()
- Constructor for class
Time
Constructor: an instance with time 0 in GMT and a 24-hour clock.
Time(int, String, boolean)
- Constructor for class
Time
Constructor: A time of day of s seconds in zone z.
Time(int, int, int, String, boolean)
- Constructor for class
Time
Constructor: A time of day of h hours, m minutes, and s seconds in zone z.
timeInGMT()
- Method in class
Time
= a new Time that is the same as this time but described in GMT.
timeInZone(String)
- Method in class
Time
= a new Time that is the same as this time but described in zone z.
toString()
- Method in class
Time
= a string representation of the time.
A
B
C
D
E
G
I
M
P
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes