| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<Integer,MinguoCalendar> |
MinguoCalendar.DAY_OF_MONTH
Represents the day of month.
|
static StdCalendarElement<Weekday,MinguoCalendar> |
MinguoCalendar.DAY_OF_WEEK
Represents the day of week.
|
static StdCalendarElement<Integer,MinguoCalendar> |
MinguoCalendar.DAY_OF_YEAR
Represents the day of year.
|
static StdCalendarElement<Month,MinguoCalendar> |
MinguoCalendar.MONTH_OF_YEAR
Represents the month.
|
static OrdinalWeekdayElement<MinguoCalendar> |
MinguoCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.
|
static StdCalendarElement<Integer,MinguoCalendar> |
MinguoCalendar.YEAR_OF_ERA
Represents the Minguo year.
|
| Modifier and Type | Method and Description |
|---|---|
static MinguoCalendar |
MinguoCalendar.nowInSystemTime()
Obtains the current calendar date in system time.
|
static MinguoCalendar |
MinguoCalendar.of(MinguoEra era,
int yearOfEra,
int month,
int dayOfMonth)
Creates a new instance of an Minguo calendar date.
|
static MinguoCalendar |
MinguoCalendar.of(MinguoEra era,
int yearOfEra,
Month month,
int dayOfMonth)
Creates a new instance of a Minguo calendar date.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralTimestamp<MinguoCalendar> |
MinguoCalendar.at(PlainTime time)
Creates a new local timestamp with this date and given wall time.
|
GeneralTimestamp<MinguoCalendar> |
MinguoCalendar.atTime(int hour,
int minute)
Is equivalent to
at(PlainTime.of(hour, minute)). |
static TimeAxis<CalendarUnit,MinguoCalendar> |
MinguoCalendar.axis()
Returns the associated time axis.
|
Copyright © 2014–2021. All rights reserved.