Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
E
G
I
M
P
S
T
B
BST
- Static variable in class
Time100J
C
CDT
- Static variable in class
Time100J
compareTo(Time100J)
- Method in class
Time100J
= -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
Time100J
E
EDT
- Static variable in class
Time100J
EST
- Static variable in class
Time100J
G
getAmPm()
- Method in class
Time100J
= the am-pm indication.
getTime()
- Method in class
Time100J
= the time, in seconds.
getZone()
- Method in class
Time100J
= the time zone.
GMT
- Static variable in class
Time100J
I
IND
- Static variable in class
Time100J
M
MDT
- Static variable in class
Time100J
MST
- Static variable in class
Time100J
P
PDT
- Static variable in class
Time100J
PST
- Static variable in class
Time100J
S
setDisplay(boolean)
- Method in class
Time100J
If b is true, set the display mode to AM-PM; if b is false, set it to "twenty-four hours".
T
Time100J
- class
Time100J
.
An instance represents the time of day in a time zone, in terms of hours, minutes, and seconds.
Time100J()
- Constructor for class
Time100J
Constructor: an instance with time 0 in GMT and a 24-hour clock
Time100J(int, int, int, String, boolean)
- Constructor for class
Time100J
Constructor: A time of day of h hours, m minutes, and s seconds in zone z.
Time100J(int, String, boolean)
- Constructor for class
Time100J
Constructor: A time of day of s seconds in zone z.
timeInGMT()
- Method in class
Time100J
= a new Time that is the same as this time but described in GMT
timeInZone(String)
- Method in class
Time100J
= a new Time that is the same as this time but described in zone z.
toString()
- Method in class
Time100J
= a string representation of the time.
B
C
E
G
I
M
P
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes