Uses of Class
net.time4j.calendar.VietnameseCalendar
-
Uses of VietnameseCalendar in net.time4j.calendar
Modifier and TypeFieldDescriptionstatic 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 range1-12/13
.VietnameseCalendar.WEEKDAY_IN_MONTH
Element with the ordinal day-of-week within given calendar month.Modifier and TypeMethodDescriptionstatic 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 TypeMethodDescriptionint
VietnameseCalendar.Unit.between(VietnameseCalendar start, VietnameseCalendar end)
Calculates the difference between given Vietnamese dates in this unit.