public class TimeOfDay extends Time
Modifier and Type | Field and Description |
---|---|
static String |
todDefaultFormat |
Constructor and Description |
---|
TimeOfDay() |
TimeOfDay(int hour,
int minute,
int second) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object other)
Compare this object with another.
|
String |
getDefaultFormat() |
after, before, compareEncodedTimes, copyFrom, dateIsValid, encodedTimeToTimeZoneOffset, encodedTimeToTimeZoneOffset, format, format, format, format, fromCalendar, fromString, fromString, fromString, fromString, getDate, getEncodedTime, getEncodedTime, getFormat, getText, getTime, getTime, getTimeZoneUTCOffset, getUTCMillis, hashCode, indexOfDayInWeek, isInvalidTime, isLeapYear, isValid, localTimeToUTC, localToUTC, makeDateInvalid, makeTimeInvalid, numberOfDays, parse, parse, parse, roundTo, setDate, setDayOfYear, setEncodedTime, setEncodedTime, setFormat, setLocalTime, setText, setTime, setTime, setTimeOfDay, setToCurrentTime, setUTCMillis, timeIsValid, toCalendar, toString, toString, toString, toString, toString, toString, update, UTCTimeToLocal, UTCToLocal
_getFieldType, _getSetField, cache, copied, equals, getCopy, getDeclaredField, getDeclaredFieldValue, getMyFieldList, getNew
public static String todDefaultFormat
public TimeOfDay()
public TimeOfDay(int hour, int minute, int second)
public String getDefaultFormat()
getDefaultFormat
in class Time
public int compareTo(Object other)
Comparable
compareTo
in interface Comparable
compareTo
in class Time