Uses of Enum Class
org.bardframework.time.MonthJalali
Packages that use MonthJalali
-
Uses of MonthJalali in org.bardframework.time
Methods in org.bardframework.time that return MonthJalaliModifier and TypeMethodDescriptionMonthJalali.firstMonthOfQuarter()Gets the month corresponding to the first month of this quarter.static MonthJalaliMonthJalali.from(TemporalAccessor temporal) Obtains an instance ofJalaliMonthfrom a temporal object.LocalDateJalali.getMonth()Gets the month-of-year field using theJalaliMonthenum.LocalDateTimeJalali.getMonth()Gets the month-of-year field using theJalaliMonthenum.MonthDayJalali.getMonth()Gets the month-of-year field using theJalaliMonthenum.OffsetDateTimeJalali.getMonth()Gets the month-of-year field using theMonthenum.YearMonthJalali.getMonth()Gets the month-of-year field using theJalaliMonthenum.ZonedDateTimeJalali.getMonth()Gets the month-of-year field using theMonthenum.MonthJalali.minus(long months) Returns the month-of-year that is the specified number of months before this one.static MonthJalaliMonthJalali.of(int month) Obtains an instance ofJalaliMonthfrom anintvalue.MonthJalali.plus(long months) Returns the month-of-year that is the specified number of quarters after this one.static MonthJalaliReturns the enum constant of this class with the specified name.static MonthJalali[]MonthJalali.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bardframework.time with parameters of type MonthJalaliModifier and TypeMethodDescriptionYearJalali.atMonth(MonthJalali month) Combines this year with a month to create aJalaliYearMonth.static LocalDateJalaliLocalDateJalali.of(int year, MonthJalali month, int dayOfMonth) Obtains an instance ofLocalDateJalalifrom a year, month and day.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, MonthJalali month, int dayOfMonth, int hour, int minute) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour and minute, setting the second and nanosecond to zero.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, MonthJalali month, int dayOfMonth, int hour, int minute, int second) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour, minute and second, setting the nanosecond to zero.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, MonthJalali month, int dayOfMonth, int hour, int minute, int second, int nanoOfSecond) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour, minute, second and nanosecond.static MonthDayJalaliMonthDayJalali.of(MonthJalali month, int dayOfMonth) Obtains an instance ofJalaliMonthDay.static YearMonthJalaliYearMonthJalali.of(int year, MonthJalali month) Obtains an instance ofJalaliYearMonthfrom a year and month.MonthDayJalali.with(MonthJalali month) Returns a copy of thisJalaliMonthDaywith the month-of-year altered. -
Uses of MonthJalali in org.bardframework.time.zone
Methods in org.bardframework.time.zone that return MonthJalaliModifier and TypeMethodDescriptionZoneOffsetTransitionRule.getMonth()Gets the month of the transition.Methods in org.bardframework.time.zone with parameters of type MonthJalaliModifier and TypeMethodDescriptionstatic ZoneOffsetTransitionRuleZoneOffsetTransitionRule.of(MonthJalali month, int dayOfMonthIndicator, DayOfWeek dayOfWeek, LocalTime time, boolean timeEndOfDay, ZoneOffsetTransitionRule.TimeDefinition timeDefinition, ZoneOffset standardOffset, ZoneOffset offsetBefore, ZoneOffset offsetAfter) Obtains an instance defining the yearly rule to create transitions between two offsets.