B C E G I M P S T

B

BST - Static variable in class Time100
 

C

CDT - Static variable in class Time100
 
CST - Static variable in class Time100
 
compareTo(Time100) - Method in class Time100
= -1 if this time < time t, 0 if this time equals time t, and 1 if this time > time t

E

EDT - Static variable in class Time100
 
EST - Static variable in class Time100
 

G

GMT - Static variable in class Time100
 
getAmPm() - Method in class Time100
= the am-pm indication.
getTime() - Method in class Time100
= the time, in seconds.
getZone() - Method in class Time100
= the time zone.

I

IND - Static variable in class Time100
 

M

MDT - Static variable in class Time100
 
MST - Static variable in class Time100
 

P

PDT - Static variable in class Time100
 
PST - Static variable in class Time100
 

S

setDisplay(boolean) - Method in class Time100
If b is true, set the display mode to AM-PM; if b is false, set it to "twenty-four hours".

T

Time100 - class Time100.
An instance represents the time of day in a time zone, in terms of hours, minutes, and seconds.
Time100() - Constructor for class Time100
Constructor: an instance with time 0 in GMT and a 24-hour clock.
Time100(int, String, boolean) - Constructor for class Time100
Constructor: A time of day of s seconds in zone z.
Time100(int, int, int, String, boolean) - Constructor for class Time100
Constructor: A time of day of h hours, m minutes, and s seconds in zone z.
timeInGMT() - Method in class Time100
= a new Time that is the same as this time but described in GMT
timeInZone(String) - Method in class Time100
= a new Time that is the same as this time but described in zone z.
toString() - Method in class Time100
= a string representation of the time.

B C E G I M P S T