Uses of Class
org.bardframework.time.YearJalali
Packages that use YearJalali
-
Uses of YearJalali in org.bardframework.time
Methods in org.bardframework.time that return YearJalaliModifier and TypeMethodDescriptionstatic YearJalaliYearJalali.from(TemporalAccessor temporal) Obtains an instance ofJalaliYearfrom a temporal object.YearJalali.minus(long amountToSubtract, TemporalUnit unit) Returns a copy of this year with the specified amount subtracted.YearJalali.minus(TemporalAmount amountToSubtract) Returns a copy of this year with the specified amount subtracted.YearJalali.minusYears(long yearsToSubtract) Returns a copy of thisJalaliYearwith the specified number of years subtracted.static YearJalaliYearJalali.now()Obtains the current year from the system clock in the default time-zone.static YearJalaliObtains the current year from the specified clock.static YearJalaliObtains the current year from the system clock in the specified time-zone.static YearJalaliYearJalali.of(int isoYear) Obtains an instance ofJalaliYear.static YearJalaliYearJalali.parse(CharSequence text) Obtains an instance ofJalaliYearfrom a text string such as1367.static YearJalaliYearJalali.parse(CharSequence text, DateTimeFormatter formatter) Obtains an instance ofJalaliYearfrom a text string using a specific formatter.YearJalali.plus(long amountToAdd, TemporalUnit unit) Returns a copy of this year with the specified amount added.YearJalali.plus(TemporalAmount amountToAdd) Returns a copy of this year with the specified amount added.YearJalali.plusYears(long yearsToAdd) Returns a copy of thisJalaliYearwith the specified number of years added.YearJalali.with(TemporalAdjuster adjuster) Returns an adjusted copy of this year.YearJalali.with(TemporalField field, long newValue) Returns a copy of this year with the specified field set to a new value.Methods in org.bardframework.time with parameters of type YearJalaliModifier and TypeMethodDescriptionintYearJalali.compareTo(YearJalali other) Compares this year to another year.booleanYearJalali.isAfter(YearJalali other) Checks if this year is after the specified year.booleanYearJalali.isBefore(YearJalali other) Checks if this year is before the specified year.