public class TimeAndDate extends Time implements TextEncodable
Constructor and Description |
---|
TimeAndDate() |
TimeAndDate(int day,
int month,
int year) |
Modifier and Type | Method and Description |
---|---|
void |
textDecode(String encoded) |
String |
textEncode() |
after, before, compareEncodedTimes, compareTo, copyFrom, dateIsValid, encodedTimeToTimeZoneOffset, encodedTimeToTimeZoneOffset, format, format, format, format, fromCalendar, fromString, fromString, fromString, fromString, getDate, getDefaultFormat, 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 TimeAndDate()
public TimeAndDate(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