Uses of Class
net.time4j.calendar.MinguoCalendar
-
Uses of MinguoCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic 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 TypeMethodDescriptionstatic MinguoCalendar
MinguoCalendar.nowInSystemTime()
Obtains the current calendar date in system time.static MinguoCalendar
Creates a new instance of an Minguo calendar date.static MinguoCalendar
Creates a new instance of a Minguo calendar date.Modifier and TypeMethodDescriptionCreates a new local timestamp with this date and given wall time.MinguoCalendar.atTime(int hour, int minute)
Is equivalent toat(PlainTime.of(hour, minute))
.static TimeAxis<CalendarUnit,MinguoCalendar>
MinguoCalendar.axis()
Returns the associated time axis.