Uses of Class
org.bardframework.time.LocalDateJalali
Packages that use LocalDateJalali
Package
Description
-
Uses of LocalDateJalali in org.bardframework.time
Fields in org.bardframework.time declared as LocalDateJalaliModifier and TypeFieldDescriptionstatic final LocalDateJalaliLocalDateJalali.LOCAL_1970_01_01static final LocalDateJalaliLocalDateJalali.MAXThe maximum supportedLocalDateJalali, '+999999999-12-31'.static final LocalDateJalaliLocalDateJalali.MINThe minimum supportedLocalDateJalali, '-999999999-01-01'.Methods in org.bardframework.time that return LocalDateJalaliModifier and TypeMethodDescriptionYearJalali.atDay(int dayOfYear) Combines this year with a day-of-year to create aLocalDateJalali.YearMonthJalali.atDay(int dayOfMonth) Combines this year-month with a day-of-month to create aLocalDateJalali.YearMonthJalali.atEndOfMonth()Returns aLocalDateJalaliat the end of the month.YearJalali.atMonthDay(MonthDayJalali monthDay) Combines this year with a month-day to create aLocalDateJalali.MonthDayJalali.atYear(int year) Combines this month-day with a year to create aLocalDateJalali.ChronologyJalali.date(int prolepticYear, int month, int dayOfMonth) Obtains an JALALI local date from the proleptic-year, month-of-year and day-of-month fields.Obtains an JALALI local date from the era, year-of-era, month-of-year and day-of-month fields.ChronologyJalali.date(TemporalAccessor temporal) Obtains an JALALI local date from another date-time object.ChronologyJalali.dateEpochDay(long epochDay) Obtains an JALALI local date from the epoch-day.ChronologyJalali.dateNow()Obtains the current JALALI local date from the system clock in the default time-zone.Obtains the current JALALI local date from the specified clock.Obtains the current JALALI local date from the system clock in the specified time-zone.ChronologyJalali.dateYearDay(int prolepticYear, int dayOfYear) Obtains an JALALI local date from the proleptic-year and day-of-year fields.ChronologyJalali.dateYearDay(Era era, int yearOfEra, int dayOfYear) Obtains an JALALI local date from the era, year-of-era and day-of-year fields.static LocalDateJalaliLocalDateJalali.from(TemporalAccessor temporal) Obtains an instance ofLocalDateJalalifrom a temporal object.LocalDateJalali.minus(long amountToSubtract, TemporalUnit unit) Returns a copy of this date with the specified amount subtracted.LocalDateJalali.minus(TemporalAmount amountToSubtract) Returns a copy of this date with the specified amount subtracted.LocalDateJalali.minusDays(long daysToSubtract) Returns a copy of thisLocalDateJalaliwith the specified number of days subtracted.LocalDateJalali.minusMonths(long monthsToSubtract) Returns a copy of thisLocalDateJalaliwith the specified number of months subtracted.LocalDateJalali.minusWeeks(long weeksToSubtract) Returns a copy of thisLocalDateJalaliwith the specified number of weeks subtracted.LocalDateJalali.minusYears(long yearsToSubtract) Returns a copy of thisLocalDateJalaliwith the specified number of years subtracted.static LocalDateJalaliLocalDateJalali.now()Obtains the current date from the system clock in the default time-zone.static LocalDateJalaliObtains the current date from the specified clock.static LocalDateJalaliObtains the current date from the system clock in the specified time-zone.static LocalDateJalaliLocalDateJalali.of(int year, int month, int dayOfMonth) Obtains an instance ofLocalDateJalalifrom a year, month and day.static LocalDateJalaliLocalDateJalali.of(int year, MonthJalali month, int dayOfMonth) Obtains an instance ofLocalDateJalalifrom a year, month and day.static LocalDateJalalistatic LocalDateJalalistatic LocalDateJalaliLocalDateJalali.ofEpochDay(long epochDay) Obtains an instance ofLocalDateJalalifrom the epoch day count.static LocalDateJalaliLocalDateJalali.ofYearDay(int year, int dayOfYear) Obtains an instance ofLocalDateJalalifrom a year and day-of-year.static LocalDateJalaliLocalDateJalali.parse(CharSequence text) Obtains an instance ofLocalDateJalalifrom a text string such as1367-08-12.static LocalDateJalaliLocalDateJalali.parse(CharSequence text, DateTimeFormatter formatter) Obtains an instance ofLocalDateJalalifrom a text string using a specific formatter.LocalDateJalali.plus(long amountToAdd, TemporalUnit unit) Returns a copy of this date with the specified amount added.LocalDateJalali.plus(TemporalAmount amountToAdd) Returns a copy of this date with the specified amount added.LocalDateJalali.plusDays(long daysToAdd) Returns a copy of thisLocalDateJalaliwith the specified number of days added.LocalDateJalali.plusMonths(long monthsToAdd) Returns a copy of thisLocalDateJalaliwith the specified number of months added.LocalDateJalali.plusWeeks(long weeksToAdd) Returns a copy of thisLocalDateJalaliwith the specified number of weeks added.LocalDateJalali.plusYears(long yearsToAdd) Returns a copy of thisLocalDateJalaliwith the specified number of years added.ChronologyJalali.resolveDate(Map<TemporalField, Long> fieldValues, ResolverStyle resolverStyle) Resolves parsedChronoFieldvalues into a date during parsing.LocalDateTimeJalali.toLocalDate()OffsetDateTimeJalali.toLocalDate()Gets theLocalDateJalalipart of this date-time.ZonedDateTimeJalali.toLocalDate()Gets theLocalDateJalalipart of this date-time.LocalDateJalali.with(TemporalAdjuster adjuster) Returns an adjusted copy of this date.LocalDateJalali.with(TemporalField field, long newValue) Returns a copy of this date with the specified field set to a new value.LocalDateJalali.withDayOfMonth(int dayOfMonth) Returns a copy of thisLocalDateJalaliwith the day-of-month altered.LocalDateJalali.withDayOfYear(int dayOfYear) Returns a copy of thisLocalDateJalaliwith the day-of-year altered.LocalDateJalali.withMonth(int month) Returns a copy of thisLocalDateJalaliwith the month-of-year altered.LocalDateJalali.withYear(int year) Returns a copy of thisLocalDateJalaliwith the year altered.Methods in org.bardframework.time with parameters of type LocalDateJalaliModifier and TypeMethodDescriptionintLocalDateJalali.getPositiveDistance(LocalDateJalali other) static LocalDateTimeJalaliLocalDateTimeJalali.of(LocalDateJalali date, LocalTime time) Obtains an instance ofLocalDateTimeJalalifrom a date and time.static OffsetDateTimeJalaliOffsetDateTimeJalali.of(LocalDateJalali date, LocalTime time, ZoneOffset offset) Obtains an instance ofOffsetDateTimefrom a date, time and offset.static ZonedDateTimeJalaliZonedDateTimeJalali.of(LocalDateJalali date, LocalTime time, ZoneId zone) Obtains an instance ofZonedDateTimefrom a local date and time. -
Uses of LocalDateJalali in org.bardframework.time.format
Methods in org.bardframework.time.format with parameters of type LocalDateJalaliModifier and TypeMethodDescriptionDateTimeFormatterBuilderJalali.appendValueReduced(TemporalField field, int width, int maxWidth, LocalDateJalali baseDate) Appends the reduced value of a date-time field to the formatter. -
Uses of LocalDateJalali in org.bardframework.time.temporal
Methods in org.bardframework.time.temporal that return types with arguments of type LocalDateJalaliModifier and TypeMethodDescriptionstatic TemporalQuery<LocalDateJalali> TemporalQueriesJalali.localDate()A query forLocalDateJalalireturning null if not found.Methods in org.bardframework.time.temporal with parameters of type LocalDateJalaliModifier and TypeMethodDescriptionstatic intIsoFieldsJalali.getWeek(LocalDateJalali date) static intIsoFieldsJalali.getWeekBasedYear(LocalDateJalali date)