public interface Clock
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAMPM() |
byte |
getByte(int loc) |
java.lang.String |
getDateString() |
int |
getDay() |
int |
getDayOfWeek() |
int |
getHour() |
int |
getMinute() |
int |
getMonth() |
int |
getSecond() |
java.lang.String |
getTimeString() |
int |
getYear() |
void |
setByte(int loc,
byte b) |
void |
setDate(int m,
int d,
int y) |
void |
setHourMode(boolean mode) |
void |
setTime(int h,
int m,
int s) |
int getYear() throws java.io.IOException
java.io.IOException
int getMonth() throws java.io.IOException
java.io.IOException
int getDay() throws java.io.IOException
java.io.IOException
int getHour() throws java.io.IOException
java.io.IOException
int getMinute() throws java.io.IOException
java.io.IOException
int getSecond() throws java.io.IOException
java.io.IOException
int getDayOfWeek() throws java.io.IOException
java.io.IOException
void setHourMode(boolean mode) throws java.io.IOException
java.io.IOException
java.lang.String getDateString() throws java.io.IOException
java.io.IOException
java.lang.String getTimeString() throws java.io.IOException
java.io.IOException
java.lang.String getAMPM() throws java.io.IOException
java.io.IOException
byte getByte(int loc) throws java.lang.IndexOutOfBoundsException, java.io.IOException
java.lang.IndexOutOfBoundsException
java.io.IOException
void setByte(int loc, byte b) throws java.lang.IndexOutOfBoundsException, java.io.IOException
java.lang.IndexOutOfBoundsException
java.io.IOException
void setDate(int m, int d, int y) throws java.lang.IllegalArgumentException, java.io.IOException
java.lang.IllegalArgumentException
java.io.IOException
void setTime(int h, int m, int s) throws java.lang.IllegalArgumentException, java.io.IOException
java.lang.IllegalArgumentException
java.io.IOException