public class DayOfYear extends Time
Modifier and Type | Field and Description |
---|---|
static String |
doyDefaultFormat |
Constructor and Description |
---|
DayOfYear() |
DayOfYear(int day,
int month,
int year) |
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 doyDefaultFormat
public DayOfYear()
public DayOfYear(int day, int month, int year)
public String getDefaultFormat()
getDefaultFormat
in class Time
public int compareTo(Object other)
Comparable
compareTo
in interface Comparable
compareTo
in class Time