public class DayInYear extends DayOfYear implements TextEncodable
doyDefaultFormat
Constructor and Description |
---|
DayInYear() |
DayInYear(int day,
int month,
int year) |
Modifier and Type | Method and Description |
---|---|
void |
textDecode(String encoded) |
String |
textEncode() |
compareTo, 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 DayInYear()
public DayInYear(int day, int month, int year)
day
- month
- year
- public String textEncode()
textEncode
in interface TextEncodable
public void textDecode(String encoded)
textDecode
in interface TextEncodable