Uses of Class
net.time4j.calendar.VietnameseCalendar
Packages that use VietnameseCalendar
-
Uses of VietnameseCalendar in net.time4j.calendar
Fields in net.time4j.calendar with type parameters of type VietnameseCalendarModifier 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.Methods in net.time4j.calendar that return VietnameseCalendarModifier 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).Methods in net.time4j.calendar that return types with arguments of type VietnameseCalendarMethods in net.time4j.calendar with parameters of type VietnameseCalendarModifier and TypeMethodDescriptionint
VietnameseCalendar.Unit.between(VietnameseCalendar start, VietnameseCalendar end)
Calculates the difference between given Vietnamese dates in this unit.