| Package | Description |
|---|---|
| net.time4j.calendar |
Support for various regional calendars.
|
| Modifier and Type | Field and Description |
|---|---|
static StdCalendarElement<Integer,VietnameseCalendar> |
VietnameseCalendar.DAY_OF_MONTH
Represents the Vietnamese day of month.
|
static StdCalendarElement<Weekday,VietnameseCalendar> |
VietnameseCalendar.DAY_OF_WEEK
Represents the Vietnamese day of week.
|
static StdCalendarElement<Integer,VietnameseCalendar> |
VietnameseCalendar.DAY_OF_YEAR
Represents the Vietnamese day of year.
|
static StdCalendarElement<Integer,VietnameseCalendar> |
VietnameseCalendar.MONTH_AS_ORDINAL
Represents the ordinal index of a Vietnamese month in the range
1-12/13. |
static OrdinalWeekdayElement<VietnameseCalendar> |
VietnameseCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.
|
| Modifier and Type | Method and Description |
|---|---|
static VietnameseCalendar |
VietnameseCalendar.nowInSystemTime()
Obtains the current calendar date in system time.
|
static VietnameseCalendar |
VietnameseCalendar.of(EastAsianYear year,
EastAsianMonth month,
int dayOfMonth)
Creates a new instance of a Vietnamese calendar date.
|
static VietnameseCalendar |
VietnameseCalendar.ofTet(int gregorianYear)
Creates a new instance of a Vietnamese calendar date on New Year (Tet).
|
| Modifier and Type | Method and Description |
|---|---|
static TimeAxis<VietnameseCalendar.Unit,VietnameseCalendar> |
VietnameseCalendar.axis()
Returns the associated time axis.
|
| Modifier and Type | Method and Description |
|---|---|
int |
VietnameseCalendar.Unit.between(VietnameseCalendar start,
VietnameseCalendar end)
Calculates the difference between given Vietnamese dates in this unit.
|
Copyright © 2014–2021. All rights reserved.