JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
G
S
T
C
com.deitel
- package com.deitel
G
getHour()
- Method in class com.deitel.
Time
Gets the hour.
getMinute()
- Method in class com.deitel.
Time
Gets the minute.
getSecond()
- Method in class com.deitel.
Time
Gets the second.
S
setHour(int)
- Method in class com.deitel.
Time
Sets the hour.
setMinute(int)
- Method in class com.deitel.
Time
Sets the minute.
setSecond(int)
- Method in class com.deitel.
Time
Sets the second.
setTime(int, int, int)
- Method in class com.deitel.
Time
Set a new time value using universal time.
T
Time
- Class in
com.deitel
This class maintains the time in 24-hour format.
Time()
- Constructor for class com.deitel.
Time
Time no-argument constructor initializes each instance variable to zero.
Time(int)
- Constructor for class com.deitel.
Time
Time constructor
Time(int, int)
- Constructor for class com.deitel.
Time
Time constructor
Time(int, int, int)
- Constructor for class com.deitel.
Time
Time constructor
Time(Time)
- Constructor for class com.deitel.
Time
Time constructor
toString()
- Method in class com.deitel.
Time
Convert to String in standard-time format
toUniversalString()
- Method in class com.deitel.
Time
Convert to String in universal-time format
C
G
S
T
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes