Uses of Class
org.bardframework.time.YearMonthJalali
Packages that use YearMonthJalali
-
Uses of YearMonthJalali in org.bardframework.time
Methods in org.bardframework.time that return YearMonthJalaliModifier and TypeMethodDescriptionYearJalali.atMonth(int month) Combines this year with a month to create aJalaliYearMonth.YearJalali.atMonth(MonthJalali month) Combines this year with a month to create aJalaliYearMonth.static YearMonthJalaliYearMonthJalali.from(TemporalAccessor temporal) Obtains an instance ofJalaliYearMonthfrom a temporal object.YearMonthJalali.minus(long amountToSubtract, TemporalUnit unit) Returns a copy of this year-month with the specified amount subtracted.YearMonthJalali.minus(TemporalAmount amountToSubtract) Returns a copy of this year-month with the specified amount subtracted.YearMonthJalali.minusMonths(long monthsToSubtract) Returns a copy of thisJalaliYearMonthwith the specified number of months subtracted.YearMonthJalali.minusYears(long yearsToSubtract) Returns a copy of thisJalaliYearMonthwith the specified number of years subtracted.static YearMonthJalaliYearMonthJalali.now()Obtains the current year-month from the system clock in the default time-zone.static YearMonthJalaliObtains the current year-month from the specified clock.static YearMonthJalaliObtains the current year-month from the system clock in the specified time-zone.static YearMonthJalaliYearMonthJalali.of(int year, int month) Obtains an instance ofJalaliYearMonthfrom a year and month.static YearMonthJalaliYearMonthJalali.of(int year, MonthJalali month) Obtains an instance ofJalaliYearMonthfrom a year and month.static YearMonthJalaliYearMonthJalali.parse(CharSequence text) Obtains an instance ofJalaliYearMonthfrom a text string such as1367-08.static YearMonthJalaliYearMonthJalali.parse(CharSequence text, DateTimeFormatter formatter) Obtains an instance ofJalaliYearMonthfrom a text string using a specific formatter.YearMonthJalali.plus(long amountToAdd, TemporalUnit unit) Returns a copy of this year-month with the specified amount added.YearMonthJalali.plus(TemporalAmount amountToAdd) Returns a copy of this year-month with the specified amount added.YearMonthJalali.plusMonths(long monthsToAdd) Returns a copy of thisJalaliYearMonthwith the specified number of months added.YearMonthJalali.plusYears(long yearsToAdd) Returns a copy of thisJalaliYearMonthwith the specified number of years added.YearMonthJalali.with(TemporalAdjuster adjuster) Returns an adjusted copy of this year-month.YearMonthJalali.with(TemporalField field, long newValue) Returns a copy of this year-month with the specified field set to a new value.YearMonthJalali.withMonth(int month) Returns a copy of thisJalaliYearMonthwith the month-of-year altered.YearMonthJalali.withYear(int year) Returns a copy of thisJalaliYearMonthwith the year altered.Methods in org.bardframework.time with parameters of type YearMonthJalaliModifier and TypeMethodDescriptionintYearMonthJalali.compareTo(YearMonthJalali other) Compares this year-month to another year-month.booleanYearMonthJalali.isAfter(YearMonthJalali other) Checks if this year-month is after the specified year-month.booleanYearMonthJalali.isBefore(YearMonthJalali other) Checks if this year-month is before the specified year-month.