public class MbTimestamp extends GregorianCalendar
AD, BC
ALL_STYLES, AM, AM_PM, APRIL, AUGUST, DATE, DAY_OF_MONTH, DAY_OF_WEEK, DAY_OF_WEEK_IN_MONTH, DAY_OF_YEAR, DECEMBER, DST_OFFSET, ERA, FEBRUARY, FIELD_COUNT, FRIDAY, HOUR, HOUR_OF_DAY, JANUARY, JULY, JUNE, LONG, MARCH, MAY, MILLISECOND, MINUTE, MONDAY, MONTH, NOVEMBER, OCTOBER, PM, SATURDAY, SECOND, SEPTEMBER, SHORT, SUNDAY, THURSDAY, TUESDAY, UNDECIMBER, WEDNESDAY, WEEK_OF_MONTH, WEEK_OF_YEAR, YEAR, ZONE_OFFSET
Constructor and Description |
---|
MbTimestamp(int year,
int month,
int date,
int hour,
int minute,
int second)
Constructs an MbTimestamp object.
|
MbTimestamp(int year,
int month,
int date,
int hour,
int minute,
int second,
int millisecond)
Constructs an MbTimestamp object.
|
add, clone, equals, getActualMaximum, getActualMinimum, getGreatestMinimum, getGregorianChange, getLeastMaximum, getMaximum, getMinimum, getTimeZone, getWeeksInWeekYear, getWeekYear, hashCode, isLeapYear, isWeekDateSupported, roll, roll, setGregorianChange, setTimeZone, setWeekDate
after, before, clear, clear, compareTo, get, getAvailableLocales, getDisplayName, getDisplayNames, getFirstDayOfWeek, getInstance, getInstance, getInstance, getInstance, getMinimalDaysInFirstWeek, getTime, getTimeInMillis, isLenient, isSet, set, set, set, set, setFirstDayOfWeek, setLenient, setMinimalDaysInFirstWeek, setTime, setTimeInMillis, toString
public MbTimestamp(int year, int month, int date, int hour, int minute, int second)
year
- The yearmonth
- The monthdate
- The day of the monthhour
- The hourminute
- The minutesecond
- The secondpublic MbTimestamp(int year, int month, int date, int hour, int minute, int second, int millisecond)
year
- The yearmonth
- The monthdate
- The day of the monthhour
- The hourminute
- The minutesecond
- The secondmillisecond
- The millisecond