Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABAN - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Aban with 30 days.
- adjustInto(Temporal) - Method in class org.bardframework.time.LocalDateJalali
-
Adjusts the specified temporal object to have the same date as this object.
- adjustInto(Temporal) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Adjusts the specified temporal object to have the same date and time as this object.
- adjustInto(Temporal) - Method in class org.bardframework.time.MonthDayJalali
-
Adjusts the specified temporal object to have this month-day.
- adjustInto(Temporal) - Method in enum class org.bardframework.time.MonthJalali
-
Adjusts the specified temporal object to have this month-of-year.
- adjustInto(Temporal) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Adjusts the specified temporal object to have the same offset, date and time as this object.
- adjustInto(Temporal) - Method in class org.bardframework.time.YearJalali
-
Adjusts the specified temporal object to have this year.
- adjustInto(Temporal) - Method in class org.bardframework.time.YearMonthJalali
-
Adjusts the specified temporal object to have this year-month.
- ALWAYS - Enum constant in enum class org.bardframework.time.format.SignStyle
-
Style to always output the sign, where zero will output '+'.
- append(DateTimeFormatterJalali) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends all the elements of a formatter to the builder.
- appendChronologyId() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the chronology ID, such as 'ISO' or 'ThaiBuddhist', to the formatter.
- appendChronologyText(TextStyle) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the chronology name to the formatter.
- appendFraction(TemporalField, int, int, boolean) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the fractional value of a date-time field to the formatter.
- appendInstant() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends an instant using ISO-8601 to the formatter, formatting fractional digits in groups of three.
- appendInstant(int) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends an instant using ISO-8601 to the formatter with control over the number of fractional digits.
- appendLiteral(char) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends a character literal to the formatter.
- appendLiteral(String) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends a string literal to the formatter.
- appendLocalized(FormatStyle, FormatStyle) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends a localized date-time pattern to the formatter.
- appendLocalizedOffset(TextStyle) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the localized zone offset, such as 'GMT+01:00', to the formatter.
- appendOffset(String, String) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOffsetId() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the zone offset, such as '+01:00', to the formatter.
- appendOptional(DateTimeFormatterJalali) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends a formatter to the builder which will optionally format/parse.
- appendPattern(String) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the elements defined by the specified pattern to the builder.
- appendText(TemporalField, Map<Long, String>) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the text of a date-time field to the formatter using the specified map to supply the text.
- appendText(TemporalField, TextStyle) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the text of a date-time field to the formatter.
- appendValue(TemporalField) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the value of a date-time field to the formatter using a normal output style.
- appendValue(TemporalField, int) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the value of a date-time field to the formatter using a fixed width, zero-padded approach.
- appendValue(TemporalField, int, int, SignStyle) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the value of a date-time field to the formatter providing full control over formatting.
- appendValueReduced(TemporalField, int, int, int) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the reduced value of a date-time field to the formatter.
- appendValueReduced(TemporalField, int, int, LocalDateJalali) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the reduced value of a date-time field to the formatter.
- appendZoneId() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter.
- appendZoneOrOffsetId() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the time-zone ID, such as 'Europe/Paris' or '+02:00', to the formatter, using the best available zone ID.
- appendZoneRegionId() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the time-zone region ID, such as 'Europe/Paris', to the formatter, rejecting the zone ID if it is a
ZoneOffset. - appendZoneText(TextStyle) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the time-zone name, such as 'British Summer Time', to the formatter.
- appendZoneText(TextStyle, Set<ZoneId>) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends the time-zone name, such as 'British Summer Time', to the formatter.
- asNormal() - Method in enum class org.bardframework.time.format.TextStyle
-
Returns the normal style with the same size.
- asStandalone() - Method in enum class org.bardframework.time.format.TextStyle
-
Returns the stand-alone style with the same size.
- atDay(int) - Method in class org.bardframework.time.YearJalali
-
Combines this year with a day-of-year to create a
LocalDateJalali. - atDay(int) - Method in class org.bardframework.time.YearMonthJalali
-
Combines this year-month with a day-of-month to create a
LocalDateJalali. - atEndOfMonth() - Method in class org.bardframework.time.YearMonthJalali
-
Returns a
LocalDateJalaliat the end of the month. - atMonth(int) - Method in class org.bardframework.time.YearJalali
-
Combines this year with a month to create a
JalaliYearMonth. - atMonth(MonthJalali) - Method in class org.bardframework.time.YearJalali
-
Combines this year with a month to create a
JalaliYearMonth. - atMonthDay(MonthDayJalali) - Method in class org.bardframework.time.YearJalali
-
Combines this year with a month-day to create a
LocalDateJalali. - atOffset(ZoneOffset) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Combines this date-time with an offset to create an
OffsetDateTime. - atStartOfDay() - Method in class org.bardframework.time.LocalDateJalali
-
Combines this date with the time of midnight to create a
LocalDateTimeJalaliat the start of this date. - atTime(int, int) - Method in class org.bardframework.time.LocalDateJalali
-
Combines this date with a time to create a
LocalDateTimeJalali. - atTime(int, int, int) - Method in class org.bardframework.time.LocalDateJalali
-
Combines this date with a time to create a
LocalDateTimeJalali. - atTime(int, int, int, int) - Method in class org.bardframework.time.LocalDateJalali
-
Combines this date with a time to create a
LocalDateTimeJalali. - atTime(LocalTime) - Method in class org.bardframework.time.LocalDateJalali
-
Combines this date with a time to create a
LocalDateTimeJalali. - atYear(int) - Method in class org.bardframework.time.MonthDayJalali
-
Combines this month-day with a year to create a
LocalDateJalali. - atZone(ZoneId) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Combines this date-time with a time-zone to create a
ZonedDateTime. - atZoneSameInstant(ZoneId) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Combines this date-time with a time-zone to create a
ZonedDateTimeensuring that the result has the same instant. - atZoneSimilarLocal(ZoneId) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Combines this date-time with a time-zone to create a
ZonedDateTimetrying to keep the same local date and time. - AZAR - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Azar with 30 days.
B
- BAHMAN - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Bahman with 30 days.
- BASIC_ISO_DATE - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO date formatter that formats or parses a date without an offset, such as '20111203'.
C
- ChronologyJalali - Class in org.bardframework.time
-
The JALALI calendar system.
- compareTo(ChronoLocalDate) - Method in class org.bardframework.time.LocalDateJalali
-
Compares this date to another date.
- compareTo(ChronoLocalDateTime<?>) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Compares this date-time to another date-time.
- compareTo(MonthDayJalali) - Method in class org.bardframework.time.MonthDayJalali
-
Compares this month-day to another month-day.
- compareTo(OffsetDateTimeJalali) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Compares this date-time to another date-time.
- compareTo(YearJalali) - Method in class org.bardframework.time.YearJalali
-
Compares this year to another year.
- compareTo(YearMonthJalali) - Method in class org.bardframework.time.YearMonthJalali
-
Compares this year-month to another year-month.
- compareTo(ZoneOffsetTransition) - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Compares this transition to another based on the transition instant.
- createDateTime(LocalDateTimeJalali, ZoneOffset, ZoneOffset) - Method in enum class org.bardframework.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
Converts the specified local date-time to the local date-time actually seen on a wall clock.
- createTransition(int) - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Creates a transition instance for the specified year.
D
- date(int, int, int) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI local date from the proleptic-year, month-of-year and day-of-month fields.
- date(Era, int, int, int) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI local date from the era, year-of-era, month-of-year and day-of-month fields.
- date(TemporalAccessor) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI local date from another date-time object.
- dateEpochDay(long) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI local date from the epoch-day.
- dateNow() - Method in class org.bardframework.time.ChronologyJalali
-
Obtains the current JALALI local date from the system clock in the default time-zone.
- dateNow(Clock) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains the current JALALI local date from the specified clock.
- dateNow(ZoneId) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains the current JALALI local date from the system clock in the specified time-zone.
- DateTimeFormatterBuilderJalali - Class in org.bardframework.time.format
-
Builder to create date-time formatters.
- DateTimeFormatterBuilderJalali() - Constructor for class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Constructs a new instance of the builder.
- DateTimeFormatterJalali - Class in org.bardframework.time.format
-
Formatter for printing and parsing date-time objects.
- dateYearDay(int, int) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI local date from the proleptic-year and day-of-year fields.
- dateYearDay(Era, int, int) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI local date from the era, year-of-era and day-of-year fields.
- DAYS_LEFT_IN_1970_01_01 - Static variable in class org.bardframework.time.LocalDateJalali
- DEY - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Dey with 30 days.
E
- equals(Object) - Method in class org.bardframework.time.LocalDateJalali
-
Checks if this date is equal to another date.
- equals(Object) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class org.bardframework.time.MonthDayJalali
-
Checks if this month-day is equal to another month-day.
- equals(Object) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Checks if this date-time is equal to another date-time.
- equals(Object) - Method in class org.bardframework.time.YearJalali
-
Checks if this year is equal to another year.
- equals(Object) - Method in class org.bardframework.time.YearMonthJalali
-
Checks if this year-month is equal to another year-month.
- equals(Object) - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Checks if this object equals another.
- equals(Object) - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Checks if this object equals another.
- equals(Object) - Method in class org.bardframework.time.zone.ZoneRules
-
Checks if this set of rules equals another.
- equals(Object) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Checks if this date-time is equal to another date-time.
- eraOf(int) - Method in class org.bardframework.time.ChronologyJalali
- eras() - Method in class org.bardframework.time.ChronologyJalali
- ESFAND - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Esfand with 29 days, or 30 in a leap year.
- EXCEEDS_PAD - Enum constant in enum class org.bardframework.time.format.SignStyle
-
Style to always output the sign if the value exceeds the pad width.
F
- FARVARDIN - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Farvardin with 31 days.
- firstDayOfYear(boolean) - Method in enum class org.bardframework.time.MonthJalali
-
Gets the day-of-year corresponding to the first day of this month.
- firstMonthOfQuarter() - Method in enum class org.bardframework.time.MonthJalali
-
Gets the month corresponding to the first month of this quarter.
- format(DateTimeFormatter) - Method in class org.bardframework.time.LocalDateJalali
-
Formats this date using the specified formatter.
- format(DateTimeFormatter) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Formats this date-time using the specified formatter.
- format(DateTimeFormatter) - Method in class org.bardframework.time.MonthDayJalali
-
Formats this month-day using the specified formatter.
- format(DateTimeFormatter) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Formats this date-time using the specified formatter.
- format(DateTimeFormatter) - Method in class org.bardframework.time.YearJalali
-
Formats this year using the specified formatter.
- format(DateTimeFormatter) - Method in class org.bardframework.time.YearMonthJalali
-
Formats this year-month using the specified formatter.
- format(DateTimeFormatter) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Formats this date-time using the specified formatter.
- format(TemporalAccessor) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Formats a date-time object using this formatter.
- formatTo(TemporalAccessor, Appendable) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Formats a date-time object to an
Appendableusing this formatter. - from(TemporalAccessor) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains an instance of
LocalDateJalalifrom a temporal object. - from(TemporalAccessor) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimefrom a temporal object. - from(TemporalAccessor) - Static method in class org.bardframework.time.MonthDayJalali
-
Obtains an instance of
JalaliMonthDayfrom a temporal object. - from(TemporalAccessor) - Static method in enum class org.bardframework.time.MonthJalali
-
Obtains an instance of
JalaliMonthfrom a temporal object. - from(TemporalAccessor) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains an instance of
OffsetDateTimefrom a temporal object. - from(TemporalAccessor) - Static method in class org.bardframework.time.YearJalali
-
Obtains an instance of
JalaliYearfrom a temporal object. - from(TemporalAccessor) - Static method in class org.bardframework.time.YearMonthJalali
-
Obtains an instance of
JalaliYearMonthfrom a temporal object. - from(TemporalAccessor) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom a temporal object. - FULL - Enum constant in enum class org.bardframework.time.format.TextStyle
-
Full text, typically the full description.
- FULL_STANDALONE - Enum constant in enum class org.bardframework.time.format.TextStyle
-
Full text for stand-alone use, typically the full description.
G
- get(TemporalField) - Method in class org.bardframework.time.LocalDateJalali
-
Gets the value of the specified field from this date as an
int. - get(TemporalField) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the value of the specified field from this date-time as an
int. - get(TemporalField) - Method in class org.bardframework.time.MonthDayJalali
-
Gets the value of the specified field from this month-day as an
int. - get(TemporalField) - Method in enum class org.bardframework.time.MonthJalali
-
Gets the value of the specified field from this month-of-year as an
int. - get(TemporalField) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the value of the specified field from this date-time as an
int. - get(TemporalField) - Method in class org.bardframework.time.YearJalali
-
Gets the value of the specified field from this year as an
int. - get(TemporalField) - Method in class org.bardframework.time.YearMonthJalali
-
Gets the value of the specified field from this year-month as an
int. - get(TemporalField) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the value of the specified field from this date-time as an
int. - getAmPm(Locale) - Static method in class org.bardframework.time.format.DateTimeFormatterJalali
- getCalendarType() - Method in class org.bardframework.time.ChronologyJalali
-
Gets the calendar type of the underlying calendar system - 'iso8601'.
- getChronology() - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Gets the overriding chronology to be used during formatting.
- getChronology() - Method in class org.bardframework.time.LocalDateJalali
-
Gets the chronology of this date, which is the ISO calendar system.
- getDateTimeAfter() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Gets the local transition date-time, as would be expressed with the 'after' offset.
- getDateTimeBefore() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Gets the local transition date-time, as would be expressed with the 'before' offset.
- getDaylightSavings(Instant) - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the amount of daylight savings in use for the specified instant in this zone.
- getDayOfMonth() - Method in class org.bardframework.time.LocalDateJalali
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.bardframework.time.MonthDayJalali
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the day-of-month field.
- getDayOfMonth() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the day-of-month field.
- getDayOfMonthIndicator() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Gets the indicator of the day-of-month of the transition.
- getDayOfWeek() - Method in class org.bardframework.time.LocalDateJalali
-
Gets the day-of-week field, which is an enum
DayOfWeek. - getDayOfWeek() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the day-of-week field, which is an enum
DayOfWeek. - getDayOfWeek() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the day-of-week field, which is an enum
DayOfWeek. - getDayOfWeek() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Gets the day-of-week of the transition.
- getDayOfWeek() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the day-of-week field, which is an enum
DayOfWeek. - getDayOfWeek(Locale) - Static method in class org.bardframework.time.format.DateTimeFormatterJalali
- getDayOfYear() - Method in class org.bardframework.time.LocalDateJalali
-
Gets the day-of-year field.
- getDayOfYear() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the day-of-year field.
- getDayOfYear() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the day-of-year field.
- getDayOfYear() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the day-of-year field.
- getDecimalStyle() - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Gets the DecimalStyle to be used during formatting.
- getDisplayName(TextStyle, Locale) - Method in enum class org.bardframework.time.MonthJalali
-
Gets the textual representation, such as 'Jan' or 'Esfand'.
- getDuration() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Gets the duration of the transition.
- getEra() - Method in class org.bardframework.time.LocalDateJalali
-
Gets the era applicable at this date.
- getHour() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the hour-of-day field.
- getHour() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the hour-of-day field.
- getHour() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the hour-of-day field.
- getId() - Method in class org.bardframework.time.ChronologyJalali
-
Gets the ID of the chronology - 'JALALI'.
- getInstant() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Gets the transition instant.
- getLocale() - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Gets the locale to be used during formatting.
- getLocalizedDateTimePattern(FormatStyle, FormatStyle, Chronology, Locale) - Static method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Gets the formatting pattern for date and time styles for a locale and chronology.
- getLocalTime() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Gets the local time of day of the transition which must be checked with
ZoneOffsetTransitionRule.isMidnightEndOfDay(). - getLong(TemporalField) - Method in class org.bardframework.time.format.Parsed
- getLong(TemporalField) - Method in class org.bardframework.time.LocalDateJalali
-
Gets the value of the specified field from this date as a
long. - getLong(TemporalField) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the value of the specified field from this date-time as a
long. - getLong(TemporalField) - Method in class org.bardframework.time.MonthDayJalali
-
Gets the value of the specified field from this month-day as a
long. - getLong(TemporalField) - Method in enum class org.bardframework.time.MonthJalali
-
Gets the value of the specified field from this month-of-year as a
long. - getLong(TemporalField) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the value of the specified field from this date-time as a
long. - getLong(TemporalField) - Method in class org.bardframework.time.YearJalali
-
Gets the value of the specified field from this year as a
long. - getLong(TemporalField) - Method in class org.bardframework.time.YearMonthJalali
-
Gets the value of the specified field from this year-month as a
long. - getLong(TemporalField) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the value of the specified field from this date-time as a
long. - getMinute() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the minute-of-hour field.
- getMinute() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the minute-of-hour field.
- getMinute() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the minute-of-hour field.
- getMonth() - Method in class org.bardframework.time.LocalDateJalali
-
Gets the month-of-year field using the
JalaliMonthenum. - getMonth() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the month-of-year field using the
JalaliMonthenum. - getMonth() - Method in class org.bardframework.time.MonthDayJalali
-
Gets the month-of-year field using the
JalaliMonthenum. - getMonth() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the month-of-year field using the
Monthenum. - getMonth() - Method in class org.bardframework.time.YearMonthJalali
-
Gets the month-of-year field using the
JalaliMonthenum. - getMonth() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Gets the month of the transition.
- getMonth() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the month-of-year field using the
Monthenum. - getMonthOfYear(Locale) - Static method in class org.bardframework.time.format.DateTimeFormatterJalali
- getMonthValue() - Method in class org.bardframework.time.LocalDateJalali
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.bardframework.time.MonthDayJalali
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.bardframework.time.YearMonthJalali
-
Gets the month-of-year field from 1 to 12.
- getMonthValue() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the month-of-year field from 1 to 12.
- getNano() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the nano-of-second field.
- getNano() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the nano-of-second field.
- getNano() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the nano-of-second field.
- getOffset() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the zone offset, such as '+01:00'.
- getOffset() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the zone offset, such as '+01:00'.
- getOffset(Instant) - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the offset applicable at the specified instant in these rules.
- getOffset(LocalDateTimeJalali) - Method in class org.bardframework.time.zone.ZoneRules
-
Gets a suitable offset for the specified local date-time in these rules.
- getOffsetAfter() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Gets the offset after the transition.
- getOffsetAfter() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Gets the offset after the transition.
- getOffsetBefore() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Gets the offset before the transition.
- getOffsetBefore() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Gets the offset before the transition.
- getPositiveDistance(LocalDateJalali) - Method in class org.bardframework.time.LocalDateJalali
- getRemainDayOfYear() - Method in class org.bardframework.time.LocalDateJalali
- getResolverStyle() - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Gets the resolver style to use during parsing.
- getRules(ZoneId) - Static method in class org.bardframework.time.zone.ZoneUtils
-
Gets the time-zone rules for this ID allowing calculations to be performed.
- getSecond() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the second-of-minute field.
- getSecond() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the second-of-minute field.
- getSecond() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the second-of-minute field.
- getStandardOffset() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Gets the standard offset in force at the transition.
- getStandardOffset(Instant) - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the standard offset for the specified instant in this zone.
- getTimeDefinition() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Gets the time definition, specifying how to convert the time to an instant.
- getTransition(LocalDateTimeJalali) - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the offset transition applicable at the specified local date-time in these rules.
- getTransitionRules() - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the list of transition rules for years beyond those defined in the transition list.
- getTransitions() - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the complete list of fully defined transitions.
- getValidOffsets(LocalDateTimeJalali) - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the offset applicable at the specified local date-time in these rules.
- getValue() - Method in enum class org.bardframework.time.MonthJalali
-
Gets the month-of-year
intvalue. - getValue() - Method in class org.bardframework.time.YearJalali
-
Gets the year value.
- getWeek(LocalDateJalali) - Static method in class org.bardframework.time.temporal.IsoFieldsJalali
- getWeekBasedYear(LocalDateJalali) - Static method in class org.bardframework.time.temporal.IsoFieldsJalali
- getYear() - Method in class org.bardframework.time.LocalDateJalali
-
Gets the year field.
- getYear() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the year field.
- getYear() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the year field.
- getYear() - Method in class org.bardframework.time.YearMonthJalali
-
Gets the year field.
- getYear() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the year field.
- getZone() - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Gets the overriding zone to be used during formatting.
- getZone() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the time-zone, such as 'Europe/Paris'.
H
- hashCode() - Method in class org.bardframework.time.LocalDateJalali
-
A hash code for this date.
- hashCode() - Method in class org.bardframework.time.LocalDateTimeJalali
-
A hash code for this date-time.
- hashCode() - Method in class org.bardframework.time.MonthDayJalali
-
A hash code for this month-day.
- hashCode() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
A hash code for this date-time.
- hashCode() - Method in class org.bardframework.time.YearJalali
-
A hash code for this year.
- hashCode() - Method in class org.bardframework.time.YearMonthJalali
-
A hash code for this year-month.
- hashCode() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Returns a suitable hash code.
- hashCode() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Returns a suitable hash code.
- hashCode() - Method in class org.bardframework.time.zone.ZoneRules
-
Returns a suitable hash code given the definition of
#equals. - hashCode() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
A hash code for this date-time.
I
- INSTANCE - Static variable in class org.bardframework.time.ChronologyJalali
-
Singleton instance of the JALALI chronology.
- isAfter(ChronoLocalDate) - Method in class org.bardframework.time.LocalDateJalali
-
Checks if this date is after the specified date.
- isAfter(ChronoLocalDateTime<?>) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Checks if this date-time is after the specified date-time.
- isAfter(MonthDayJalali) - Method in class org.bardframework.time.MonthDayJalali
-
Checks if this month-day is after the specified month-day.
- isAfter(OffsetDateTimeJalali) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Checks if the instant of this date-time is after that of the specified date-time.
- isAfter(YearJalali) - Method in class org.bardframework.time.YearJalali
-
Checks if this year is after the specified year.
- isAfter(YearMonthJalali) - Method in class org.bardframework.time.YearMonthJalali
-
Checks if this year-month is after the specified year-month.
- isBefore(ChronoLocalDate) - Method in class org.bardframework.time.LocalDateJalali
-
Checks if this date is before the specified date.
- isBefore(ChronoLocalDateTime<?>) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Checks if this date-time is before the specified date-time.
- isBefore(MonthDayJalali) - Method in class org.bardframework.time.MonthDayJalali
-
Checks if this month-day is before the specified month-day.
- isBefore(OffsetDateTimeJalali) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Checks if the instant of this date-time is before that of the specified date-time.
- isBefore(YearJalali) - Method in class org.bardframework.time.YearJalali
-
Checks if this year is before the specified year.
- isBefore(YearMonthJalali) - Method in class org.bardframework.time.YearMonthJalali
-
Checks if this year-month is before the specified year-month.
- isDaylightSavings(Instant) - Method in class org.bardframework.time.zone.ZoneRules
-
Checks if the specified instant is in daylight savings.
- isEqual(ChronoLocalDate) - Method in class org.bardframework.time.LocalDateJalali
-
Checks if this date is equal to the specified date.
- isEqual(ChronoLocalDateTime<?>) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Checks if this date-time is equal to the specified date-time.
- isEqual(OffsetDateTimeJalali) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Checks if the instant of this date-time is equal to that of the specified date-time.
- isFixedOffset() - Method in class org.bardframework.time.zone.ZoneRules
-
Checks of the zone rules are fixed, such that the offset never varies.
- isGap() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Does this transition represent a gap in the local time-line.
- isLeap() - Method in class org.bardframework.time.YearJalali
-
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
- isLeap(long) - Static method in class org.bardframework.time.YearJalali
-
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
- isLeapYear() - Method in class org.bardframework.time.LocalDateJalali
-
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
- isLeapYear() - Method in class org.bardframework.time.YearMonthJalali
-
Checks if the year is a leap year, according to the ISO proleptic calendar system rules.
- isLeapYear(long) - Method in class org.bardframework.time.ChronologyJalali
-
Checks if the year is a leap year, according to the JALALI proleptic calendar system rules.
- isMidnightEndOfDay() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Is the transition local time midnight at the end of day.
- ISO_DATE - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO date formatter that formats or parses a date with the offset if available, such as '2011-12-03' or '2011-12-03+01:00'.
- ISO_DATE_TIME - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO-like date-time formatter that formats or parses a date-time with the offset and zone if available, such as '2011-12-03T10:15:30', '2011-12-03T10:15:30+01:00' or '2011-12-03T10:15:30+01:00[Europe/Paris]'.
- ISO_INSTANT - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO instant formatter that formats or parses an instant in UTC, such as '2011-12-03T10:15:30Z'.
- ISO_LOCAL_DATE - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO date formatter that formats or parses a date without an offset, such as '2011-12-03'.
- ISO_LOCAL_DATE_TIME - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO date-time formatter that formats or parses a date-time without an offset, such as '2011-12-03T10:15:30'.
- ISO_LOCAL_TIME - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO time formatter that formats or parses a time without an offset, such as '10:15' or '10:15:30'.
- ISO_OFFSET_DATE - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO date formatter that formats or parses a date with an offset, such as '2011-12-03+01:00'.
- ISO_OFFSET_DATE_TIME - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO date-time formatter that formats or parses a date-time with an offset, such as '2011-12-03T10:15:30+01:00'.
- ISO_OFFSET_TIME - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO time formatter that formats or parses a time with an offset, such as '10:15+01:00' or '10:15:30+01:00'.
- ISO_ORDINAL_DATE - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO date formatter that formats or parses the ordinal date without an offset, such as '2012-337'.
- ISO_TIME - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO time formatter that formats or parses a time, with the offset if available, such as '10:15', '10:15:30' or '10:15:30+01:00'.
- ISO_WEEK_DATE - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO date formatter that formats or parses the week-based date without an offset, such as '2012-W48-6'.
- ISO_ZONED_DATE_TIME - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The ISO-like date-time formatter that formats or parses a date-time with offset and zone, such as '2011-12-03T10:15:30+01:00[Europe/Paris]'.
- IsoFieldsJalali - Class in org.bardframework.time.temporal
- IsoFieldsJalali() - Constructor for class org.bardframework.time.temporal.IsoFieldsJalali
- isOverlap() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Does this transition represent an overlap in the local time-line.
- isStandalone() - Method in enum class org.bardframework.time.format.TextStyle
-
Returns true if the Style is a stand-alone style.
- isSupported(TemporalField) - Method in class org.bardframework.time.format.Parsed
- isSupported(TemporalField) - Method in class org.bardframework.time.LocalDateJalali
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.bardframework.time.MonthDayJalali
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in enum class org.bardframework.time.MonthJalali
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.bardframework.time.YearJalali
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.bardframework.time.YearMonthJalali
-
Checks if the specified field is supported.
- isSupported(TemporalField) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Checks if the specified field is supported.
- isSupported(TemporalUnit) - Method in class org.bardframework.time.LocalDateJalali
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class org.bardframework.time.YearJalali
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class org.bardframework.time.YearMonthJalali
-
Checks if the specified unit is supported.
- isSupported(TemporalUnit) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Checks if the specified unit is supported.
- isValidDay(int) - Method in class org.bardframework.time.YearMonthJalali
-
Checks if the day-of-month is valid for this year-month.
- isValidMonthDay(MonthDayJalali) - Method in class org.bardframework.time.YearJalali
-
Checks if the month-day is valid for this year.
- isValidOffset(ZoneOffset) - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Checks if the specified offset is valid during this transition.
- isValidOffset(LocalDateTimeJalali, ZoneOffset) - Method in class org.bardframework.time.zone.ZoneRules
-
Checks if the offset date-time is valid for these rules.
- isValidYear(int) - Method in class org.bardframework.time.MonthDayJalali
-
Checks if the year is valid for this month-day.
J
- JALALI_0001_01_01 - Static variable in class org.bardframework.time.LocalDateJalali
K
- KHORDAD - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Khordad with 31 days.
L
- length() - Method in class org.bardframework.time.YearJalali
-
Gets the length of this year in days.
- length(boolean) - Method in enum class org.bardframework.time.MonthJalali
-
Gets the length of this month in days.
- lengthOfMonth() - Method in class org.bardframework.time.LocalDateJalali
-
Returns the length of the month represented by this date.
- lengthOfMonth() - Method in class org.bardframework.time.YearMonthJalali
-
Returns the length of the month, taking user of the year.
- lengthOfYear() - Method in class org.bardframework.time.LocalDateJalali
-
Returns the length of the year represented by this date.
- lengthOfYear() - Method in class org.bardframework.time.YearMonthJalali
-
Returns the length of the year.
- LOCAL_1970_01_01 - Static variable in class org.bardframework.time.LocalDateJalali
- localDate() - Static method in class org.bardframework.time.temporal.TemporalQueriesJalali
-
A query for
LocalDateJalalireturning null if not found. - LocalDateJalali - Class in org.bardframework.time
-
A date without a time-zone in the ISO-8601 calendar system, such as
1367-08-12. - localDateTime(TemporalAccessor) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI local date-time from another date-time object.
- LocalDateTimeJalali - Class in org.bardframework.time
-
A date-time without a time-zone in the ISO-8601 calendar system, such as
1367-08-12T10:15:30.
M
- MAX - Static variable in class org.bardframework.time.LocalDateJalali
-
The maximum supported
LocalDateJalali, '+999999999-12-31'. - MAX - Static variable in class org.bardframework.time.LocalDateTimeJalali
-
The maximum supported
LocalDateTimeJalali, '+999999999-12-31T23:59:59.999999999'. - MAX - Static variable in class org.bardframework.time.OffsetDateTimeJalali
-
The maximum supported
OffsetDateTime, '+999999999-12-31T23:59:59.999999999-18:00'. - MAX_VALUE - Static variable in class org.bardframework.time.YearJalali
-
The maximum supported year, '+999,999,999'.
- maxLength() - Method in enum class org.bardframework.time.MonthJalali
-
Gets the maximum length of this month in days.
- MEHR - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Mehr with 30 days.
- MIN - Static variable in class org.bardframework.time.LocalDateJalali
-
The minimum supported
LocalDateJalali, '-999999999-01-01'. - MIN - Static variable in class org.bardframework.time.LocalDateTimeJalali
-
The minimum supported
LocalDateTimeJalali, '-999999999-01-01T00:00:00'. - MIN - Static variable in class org.bardframework.time.OffsetDateTimeJalali
-
The minimum supported
OffsetDateTime, '-999999999-01-01T00:00:00+18:00'. - MIN_VALUE - Static variable in class org.bardframework.time.YearJalali
-
The minimum supported year, '-999,999,999'.
- minLength() - Method in enum class org.bardframework.time.MonthJalali
-
Gets the minimum length of this month in days.
- minus(long) - Method in enum class org.bardframework.time.MonthJalali
-
Returns the month-of-year that is the specified number of months before this one.
- minus(long, TemporalUnit) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this date with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class org.bardframework.time.YearJalali
-
Returns a copy of this year with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this year-month with the specified amount subtracted.
- minus(long, TemporalUnit) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(TemporalAmount) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this date with the specified amount subtracted.
- minus(TemporalAmount) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(TemporalAmount) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this date-time with the specified amount subtracted.
- minus(TemporalAmount) - Method in class org.bardframework.time.YearJalali
-
Returns a copy of this year with the specified amount subtracted.
- minus(TemporalAmount) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this year-month with the specified amount subtracted.
- minus(TemporalAmount) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time with the specified amount subtracted.
- minusDays(long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the specified number of days subtracted. - minusDays(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of days subtracted. - minusDays(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of days subtracted. - minusDays(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of days subtracted. - minusHours(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of hours subtracted. - minusHours(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of hours subtracted. - minusHours(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of hours subtracted. - minusMinutes(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of minutes subtracted. - minusMinutes(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of minutes subtracted. - minusMinutes(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of minutes subtracted. - minusMonths(long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the specified number of months subtracted. - minusMonths(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of months subtracted. - minusMonths(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of months subtracted. - minusMonths(long) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this
JalaliYearMonthwith the specified number of months subtracted. - minusMonths(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of months subtracted. - minusNanos(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of nanoseconds subtracted. - minusNanos(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of nanoseconds subtracted. - minusNanos(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of nanoseconds subtracted. - minusSeconds(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of seconds subtracted. - minusSeconds(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of seconds subtracted. - minusSeconds(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of seconds subtracted. - minusWeeks(long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the specified number of weeks subtracted. - minusWeeks(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of weeks subtracted. - minusWeeks(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of weeks subtracted. - minusWeeks(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of weeks subtracted. - minusYears(long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the specified number of years subtracted. - minusYears(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of years subtracted. - minusYears(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of years subtracted. - minusYears(long) - Method in class org.bardframework.time.YearJalali
-
Returns a copy of this
JalaliYearwith the specified number of years subtracted. - minusYears(long) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this
JalaliYearMonthwith the specified number of years subtracted. - minusYears(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of years subtracted. - MonthDayJalali - Class in org.bardframework.time
-
A month-day in the ISO-8601 calendar system, such as
--12-03. - MonthJalali - Enum Class in org.bardframework.time
-
A month-of-year, such as 'Aban'.
- MORDAD - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Mordad with 31 days.
N
- NARROW - Enum constant in enum class org.bardframework.time.format.TextStyle
-
Narrow text, typically a single letter.
- NARROW_STANDALONE - Enum constant in enum class org.bardframework.time.format.TextStyle
-
Narrow text for stand-alone use, typically a single letter.
- NEVER - Enum constant in enum class org.bardframework.time.format.SignStyle
-
Style to never output sign, only outputting the absolute value.
- nextTransition(Instant) - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the next transition after the specified instant.
- NORMAL - Enum constant in enum class org.bardframework.time.format.SignStyle
-
Style to output the sign only if the value is negative.
- NOT_NEGATIVE - Enum constant in enum class org.bardframework.time.format.SignStyle
-
Style to block negative values, throwing an exception on printing.
- now() - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains the current date from the system clock in the default time-zone.
- now() - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains the current date-time from the system clock.
- now() - Static method in class org.bardframework.time.MonthDayJalali
-
Obtains the current month-day from the system clock in the default time-zone.
- now() - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains the current date-time from the system clock in the default time-zone.
- now() - Static method in class org.bardframework.time.YearJalali
-
Obtains the current year from the system clock in the default time-zone.
- now() - Static method in class org.bardframework.time.YearMonthJalali
-
Obtains the current year-month from the system clock in the default time-zone.
- now() - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains the current date-time from the system clock in the default time-zone.
- now(Clock) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains the current date from the specified clock.
- now(Clock) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains the current date-time from the specified clock.
- now(Clock) - Static method in class org.bardframework.time.MonthDayJalali
-
Obtains the current month-day from the specified clock.
- now(Clock) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains the current date-time from the specified clock.
- now(Clock) - Static method in class org.bardframework.time.YearJalali
-
Obtains the current year from the specified clock.
- now(Clock) - Static method in class org.bardframework.time.YearMonthJalali
-
Obtains the current year-month from the specified clock.
- now(Clock) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains the current date-time from the specified clock.
- now(ZoneId) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains the current date from the system clock in the specified time-zone.
- now(ZoneId) - Static method in class org.bardframework.time.MonthDayJalali
-
Obtains the current month-day from the system clock in the specified time-zone.
- now(ZoneId) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains the current date-time from the system clock in the specified time-zone.
- now(ZoneId) - Static method in class org.bardframework.time.YearJalali
-
Obtains the current year from the system clock in the specified time-zone.
- now(ZoneId) - Static method in class org.bardframework.time.YearMonthJalali
-
Obtains the current year-month from the system clock in the specified time-zone.
- now(ZoneId) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains the current date-time from the system clock in the specified time-zone.
O
- of(int) - Static method in enum class org.bardframework.time.MonthJalali
-
Obtains an instance of
JalaliMonthfrom anintvalue. - of(int) - Static method in class org.bardframework.time.YearJalali
-
Obtains an instance of
JalaliYear. - of(int, int) - Static method in class org.bardframework.time.MonthDayJalali
-
Obtains an instance of
JalaliMonthDay. - of(int, int) - Static method in class org.bardframework.time.YearMonthJalali
-
Obtains an instance of
JalaliYearMonthfrom a year and month. - of(int, int, int) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains an instance of
LocalDateJalalifrom a year, month and day. - of(int, int, int, int, int) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom year, month, day, hour and minute, setting the second and nanosecond to zero. - of(int, int, int, int, int, int) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom year, month, day, hour, minute and second, setting the nanosecond to zero. - of(int, int, int, int, int, int, int) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom year, month, day, hour, minute, second and nanosecond. - of(int, int, int, int, int, int, int, ZoneId) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom a year, month, day, hour, minute, second, nanosecond and time-zone. - of(int, int, int, int, int, int, int, ZoneOffset) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains an instance of
OffsetDateTimefrom a year, month, day, hour, minute, second, nanosecond and offset. - of(int, MonthJalali) - Static method in class org.bardframework.time.YearMonthJalali
-
Obtains an instance of
JalaliYearMonthfrom a year and month. - of(int, MonthJalali, int) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains an instance of
LocalDateJalalifrom a year, month and day. - of(int, MonthJalali, int, int, int) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom year, month, day, hour and minute, setting the second and nanosecond to zero. - of(int, MonthJalali, int, int, int, int) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom year, month, day, hour, minute and second, setting the nanosecond to zero. - of(int, MonthJalali, int, int, int, int, int) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom year, month, day, hour, minute, second and nanosecond. - of(String) - Static method in class org.bardframework.time.LocalDateJalali
- of(String) - Static method in class org.bardframework.time.LocalDateTimeJalali
- of(LocalDate) - Static method in class org.bardframework.time.LocalDateJalali
- of(LocalDateTime) - Static method in class org.bardframework.time.LocalDateTimeJalali
- of(ZoneOffset) - Static method in class org.bardframework.time.zone.ZoneRules
-
Obtains an instance of ZoneRules that has fixed zone rules.
- of(ZoneOffset, ZoneOffset, List<ZoneOffsetTransition>, List<ZoneOffsetTransition>, List<ZoneOffsetTransitionRule>) - Static method in class org.bardframework.time.zone.ZoneRules
-
Obtains an instance of a ZoneRules.
- of(LocalDateJalali, LocalTime) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom a date and time. - of(LocalDateJalali, LocalTime, ZoneId) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom a local date and time. - of(LocalDateJalali, LocalTime, ZoneOffset) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains an instance of
OffsetDateTimefrom a date, time and offset. - of(LocalDateTimeJalali, ZoneId) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom a local date-time. - of(LocalDateTimeJalali, ZoneOffset) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains an instance of
OffsetDateTimefrom a date-time and offset. - of(LocalDateTimeJalali, ZoneOffset, ZoneOffset) - Static method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Obtains an instance defining a transition between two offsets.
- of(MonthJalali, int) - Static method in class org.bardframework.time.MonthDayJalali
-
Obtains an instance of
JalaliMonthDay. - of(MonthJalali, int, DayOfWeek, LocalTime, boolean, ZoneOffsetTransitionRule.TimeDefinition, ZoneOffset, ZoneOffset, ZoneOffset) - Static method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Obtains an instance defining the yearly rule to create transitions between two offsets.
- ofEpochDay(long) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains an instance of
LocalDateJalalifrom the epoch day count. - ofEpochSecond(long, int) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalaliusing seconds from the epoch of 1970-01-01T00:00:00Z. - ofEpochSecond(long, int, ZoneOffset) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeusing seconds from the epoch of 1970-01-01T00:00:00Z. - OffsetDateTimeJalali - Class in org.bardframework.time
-
A date-time with an offset from UTC/Greenwich in the ISO-8601 calendar system, such as
1367-08-12T10:15:30+03:30. - ofInstant(Instant) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalali. - ofInstant(Instant, ZoneId) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains an instance of
OffsetDateTimefrom anInstantand zone ID. - ofInstant(Instant, ZoneId) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom anInstant. - ofInstant(LocalDateTimeJalali, ZoneOffset, ZoneId) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom the instant formed by combining the local date-time and offset. - ofLocal(LocalDateTimeJalali, ZoneId, ZoneOffset) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom a local date-time using the preferred offset if possible. - ofPattern(String) - Static method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Creates a formatter using the specified pattern.
- ofStrict(LocalDateTimeJalali, ZoneOffset, ZoneId) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimestrictly validating the combination of local date-time, offset and zone ID. - ofYearDay(int, int) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains an instance of
LocalDateJalalifrom a year and day-of-year. - optionalEnd() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Ends an optional section.
- optionalStart() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Mark the start of an optional section.
- ORDIBEHESHT - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Ordibehesht with 31 days.
- org.bardframework.time - package org.bardframework.time
- org.bardframework.time.format - package org.bardframework.time.format
- org.bardframework.time.temporal - package org.bardframework.time.temporal
- org.bardframework.time.zone - package org.bardframework.time.zone
P
- padNext(int) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Causes the next added printer/parser to pad to a fixed width using a space.
- padNext(int, char) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Causes the next added printer/parser to pad to a fixed width.
- parse(boolean, boolean, boolean) - Method in enum class org.bardframework.time.format.SignStyle
-
Parse helper.
- parse(CharSequence) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Fully parses the text producing a temporal object.
- parse(CharSequence) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains an instance of
LocalDateJalalifrom a text string such as1367-08-12. - parse(CharSequence) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom a text string such as1367-08-12T10:15:30. - parse(CharSequence) - Static method in class org.bardframework.time.MonthDayJalali
-
Obtains an instance of
JalaliMonthDayfrom a text string such as--12-03. - parse(CharSequence) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains an instance of
OffsetDateTimefrom a text string such as1367-08-12T10:15:30+03:30. - parse(CharSequence) - Static method in class org.bardframework.time.YearJalali
-
Obtains an instance of
JalaliYearfrom a text string such as1367. - parse(CharSequence) - Static method in class org.bardframework.time.YearMonthJalali
-
Obtains an instance of
JalaliYearMonthfrom a text string such as1367-08. - parse(CharSequence) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom a text string such as1367-08-12T10:15:30+03:30[Asia/Tehran]. - parse(CharSequence, ParsePosition) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Parses the text using this formatter, providing control over the text position.
- parse(CharSequence, DateTimeFormatter) - Static method in class org.bardframework.time.LocalDateJalali
-
Obtains an instance of
LocalDateJalalifrom a text string using a specific formatter. - parse(CharSequence, DateTimeFormatter) - Static method in class org.bardframework.time.MonthDayJalali
-
Obtains an instance of
JalaliMonthDayfrom a text string using a specific formatter. - parse(CharSequence, DateTimeFormatter) - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Obtains an instance of
OffsetDateTimefrom a text string using a specific formatter. - parse(CharSequence, DateTimeFormatter) - Static method in class org.bardframework.time.YearJalali
-
Obtains an instance of
JalaliYearfrom a text string using a specific formatter. - parse(CharSequence, DateTimeFormatter) - Static method in class org.bardframework.time.YearMonthJalali
-
Obtains an instance of
JalaliYearMonthfrom a text string using a specific formatter. - parse(CharSequence, DateTimeFormatter) - Static method in class org.bardframework.time.ZonedDateTimeJalali
-
Obtains an instance of
ZonedDateTimefrom a text string using a specific formatter. - parse(CharSequence, TemporalQuery<T>) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Fully parses the text producing an object of the specified type.
- parse(CharSequence, DateTimeFormatterJalali) - Static method in class org.bardframework.time.LocalDateTimeJalali
-
Obtains an instance of
LocalDateTimeJalalifrom a text string using a specific formatter. - parseCaseInsensitive() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Changes the parse style to be case insensitive for the remainder of the formatter.
- parseCaseSensitive() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Changes the parse style to be case sensitive for the remainder of the formatter.
- Parsed - Class in org.bardframework.time.format
-
A store of parsed data.
- parseDefaulting(TemporalField, long) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Appends a default value for a field to the formatter for use in parsing.
- parsedLeapSecond() - Static method in class org.bardframework.time.format.DateTimeFormatterJalali
-
A query that provides access to whether a leap-second was parsed.
- parseLenient() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Changes the parse style to be lenient for the remainder of the formatter.
- parseStrict() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Changes the parse style to be strict for the remainder of the formatter.
- period(int, int, int) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains a period for this chronology based on years, months and days.
- plus(long) - Method in enum class org.bardframework.time.MonthJalali
-
Returns the month-of-year that is the specified number of quarters after this one.
- plus(long, TemporalUnit) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this date with the specified amount added.
- plus(long, TemporalUnit) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this date-time with the specified amount added.
- plus(long, TemporalUnit) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this date-time with the specified amount added.
- plus(long, TemporalUnit) - Method in class org.bardframework.time.YearJalali
-
Returns a copy of this year with the specified amount added.
- plus(long, TemporalUnit) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this year-month with the specified amount added.
- plus(long, TemporalUnit) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time with the specified amount added.
- plus(TemporalAmount) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this date with the specified amount added.
- plus(TemporalAmount) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this date-time with the specified amount added.
- plus(TemporalAmount) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this date-time with the specified amount added.
- plus(TemporalAmount) - Method in class org.bardframework.time.YearJalali
-
Returns a copy of this year with the specified amount added.
- plus(TemporalAmount) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this year-month with the specified amount added.
- plus(TemporalAmount) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time with the specified amount added.
- plusDays(long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the specified number of days added. - plusDays(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of days added. - plusDays(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this OffsetDateTime with the specified number of days added.
- plusDays(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of days added. - plusHours(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of hours added. - plusHours(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of hours added. - plusHours(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of hours added. - plusMinutes(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of minutes added. - plusMinutes(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of minutes added. - plusMinutes(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of minutes added. - plusMonths(long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the specified number of months added. - plusMonths(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of months added. - plusMonths(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of months added. - plusMonths(long) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this
JalaliYearMonthwith the specified number of months added. - plusMonths(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of months added. - plusNanos(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of nanoseconds added. - plusNanos(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of nanoseconds added. - plusNanos(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of nanoseconds added. - plusSeconds(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of seconds added. - plusSeconds(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of seconds added. - plusSeconds(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of seconds added. - plusWeeks(long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the specified number of weeks added. - plusWeeks(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of weeks added. - plusWeeks(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this OffsetDateTime with the specified number of weeks added.
- plusWeeks(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of weeks added. - plusYears(long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the specified number of years added. - plusYears(long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the specified number of years added. - plusYears(long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified number of years added. - plusYears(long) - Method in class org.bardframework.time.YearJalali
-
Returns a copy of this
JalaliYearwith the specified number of years added. - plusYears(long) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this
JalaliYearMonthwith the specified number of years added. - plusYears(long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the specified number of years added. - previousTransition(Instant) - Method in class org.bardframework.time.zone.ZoneRules
-
Gets the previous transition before the specified instant.
- prolepticYear(Era, int) - Method in class org.bardframework.time.ChronologyJalali
Q
- query(TemporalQuery<R>) - Method in class org.bardframework.time.format.Parsed
- query(TemporalQuery<R>) - Method in class org.bardframework.time.LocalDateJalali
-
Queries this date using the specified query.
- query(TemporalQuery<R>) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Queries this date-time using the specified query.
- query(TemporalQuery<R>) - Method in class org.bardframework.time.MonthDayJalali
-
Queries this month-day using the specified query.
- query(TemporalQuery<R>) - Method in enum class org.bardframework.time.MonthJalali
-
Queries this month-of-year using the specified query.
- query(TemporalQuery<R>) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Queries this date-time using the specified query.
- query(TemporalQuery<R>) - Method in class org.bardframework.time.YearJalali
-
Queries this year using the specified query.
- query(TemporalQuery<R>) - Method in class org.bardframework.time.YearMonthJalali
-
Queries this year-month using the specified query.
- query(TemporalQuery<R>) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Queries this date-time using the specified query.
R
- range(ChronoField) - Method in class org.bardframework.time.ChronologyJalali
- range(TemporalField) - Method in class org.bardframework.time.LocalDateJalali
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class org.bardframework.time.MonthDayJalali
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in enum class org.bardframework.time.MonthJalali
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class org.bardframework.time.YearJalali
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class org.bardframework.time.YearMonthJalali
-
Gets the range of valid values for the specified field.
- range(TemporalField) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the range of valid values for the specified field.
- resolve(Map<TemporalField, Long>, TemporalAccessor, ResolverStyle) - Static method in class org.bardframework.time.temporal.IsoFieldsJalali
- resolveDate(Map<TemporalField, Long>, ResolverStyle) - Method in class org.bardframework.time.ChronologyJalali
-
Resolves parsed
ChronoFieldvalues into a date during parsing. - RFC_1123_DATE_TIME - Static variable in class org.bardframework.time.format.DateTimeFormatterJalali
-
The RFC-1123 date-time formatter, such as 'Tue, 3 Jun 2008 11:05:30 GMT'.
S
- SHAHRIVAR - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Shahrivar with 31 days.
- SHORT - Enum constant in enum class org.bardframework.time.format.TextStyle
-
Short text, typically an abbreviation.
- SHORT_STANDALONE - Enum constant in enum class org.bardframework.time.format.TextStyle
-
Short text for stand-alone use, typically an abbreviation.
- SignStyle - Enum Class in org.bardframework.time.format
-
Enumeration of ways to handle the positive/negative sign.
- STANDARD - Enum constant in enum class org.bardframework.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
The local date-time is expressed in terms of the standard offset.
T
- TemporalQueriesJalali - Class in org.bardframework.time.temporal
-
Common implementations of
TemporalQuery. - TextStyle - Enum Class in org.bardframework.time.format
-
Enumeration of the style of text formatting and parsing.
- timeLineOrder() - Static method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets a comparator that compares two
OffsetDateTimeinstances based solely on the instant. - TIR - Enum constant in enum class org.bardframework.time.MonthJalali
-
The singleton instance for the month of Tir with 31 days.
- toEpochDay() - Method in class org.bardframework.time.LocalDateJalali
- toEpochSecond() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Converts this date-time to the number of seconds from the epoch of 1970-01-01T00:00:00Z.
- toEpochSecond() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Gets the transition instant as an epoch second.
- toFormatter() - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Completes this builder by creating the
DateTimeFormatterJalaliusing the default locale. - toFormatter(Locale) - Method in class org.bardframework.time.format.DateTimeFormatterBuilderJalali
-
Completes this builder by creating the
DateTimeFormatterJalaliusing the specified locale. - toInstant() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Converts this date-time to an
Instant. - toLocalDate() - Method in class org.bardframework.time.LocalDateJalali
- toLocalDate() - Method in class org.bardframework.time.LocalDateTimeJalali
- toLocalDate() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the
LocalDateJalalipart of this date-time. - toLocalDate() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the
LocalDateJalalipart of this date-time. - toLocalDateTime() - Method in class org.bardframework.time.LocalDateTimeJalali
- toLocalDateTime() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the
LocalDateTimeJalalipart of this date-time. - toLocalDateTimeJalali() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the
LocalDateTimeJalalipart of this date-time. - toLocalTime() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Gets the
LocalTimepart of this date-time. - toLocalTime() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Gets the
LocalTimepart of this date-time. - toLocalTime() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Gets the
LocalTimepart of this date-time. - toOffsetDateTime() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Converts this date-time to an
OffsetDateTime. - toOffsetTime() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Converts this date-time to an
OffsetTime. - toString() - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Returns a description of the underlying formatters.
- toString() - Method in class org.bardframework.time.format.Parsed
- toString() - Method in class org.bardframework.time.LocalDateJalali
-
Outputs this date as a
String, such as1367-08-12. - toString() - Method in class org.bardframework.time.LocalDateTimeJalali
-
Outputs this date-time as a
String, such as1367-08-12T10:15:30. - toString() - Method in class org.bardframework.time.MonthDayJalali
-
Outputs this month-day as a
String, such as--12-03. - toString() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Outputs this date-time as a
String, such as1367-08-12T10:15:30+03:30. - toString() - Method in class org.bardframework.time.YearJalali
-
Outputs this year as a
String. - toString() - Method in class org.bardframework.time.YearMonthJalali
-
Outputs this year-month as a
String, such as1367-08. - toString() - Method in class org.bardframework.time.zone.ZoneOffsetTransition
-
Returns a string describing this object.
- toString() - Method in class org.bardframework.time.zone.ZoneOffsetTransitionRule
-
Returns a string describing this object.
- toString() - Method in class org.bardframework.time.zone.ZoneRules
-
Returns a string describing this object.
- toString() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Outputs this date-time as a
String, such as1367-08-12T10:15:30+03:30[Asia/Tehran]. - toZonedDateTime() - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Converts this date-time to a
ZonedDateTimeusing the offset as the zone ID. - truncatedTo(TemporalUnit) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the time truncated. - truncatedTo(TemporalUnit) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the time truncated. - truncatedTo(TemporalUnit) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the time truncated.
U
- until(ChronoLocalDate) - Method in class org.bardframework.time.LocalDateJalali
-
Calculates the period between this date and another date as a
Period. - until(Temporal, TemporalUnit) - Method in class org.bardframework.time.LocalDateJalali
-
Calculates the amount of time until another date in terms of the specified unit.
- until(Temporal, TemporalUnit) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Calculates the amount of time until another date-time in terms of the specified unit.
- until(Temporal, TemporalUnit) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Calculates the amount of time until another date-time in terms of the specified unit.
- until(Temporal, TemporalUnit) - Method in class org.bardframework.time.YearJalali
-
Calculates the amount of time until another year in terms of the specified unit.
- until(Temporal, TemporalUnit) - Method in class org.bardframework.time.YearMonthJalali
-
Calculates the amount of time until another year-month in terms of the specified unit.
- until(Temporal, TemporalUnit) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Calculates the amount of time until another date-time in terms of the specified unit.
- UTC - Enum constant in enum class org.bardframework.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
The local date-time is expressed in terms of the UTC offset.
V
- valueOf(String) - Static method in enum class org.bardframework.time.format.SignStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bardframework.time.format.TextStyle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bardframework.time.MonthJalali
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.bardframework.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.bardframework.time.format.SignStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bardframework.time.format.TextStyle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bardframework.time.MonthJalali
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.bardframework.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WALL - Enum constant in enum class org.bardframework.time.zone.ZoneOffsetTransitionRule.TimeDefinition
-
The local date-time is expressed in terms of the wall offset.
- with(TemporalAdjuster) - Method in class org.bardframework.time.LocalDateJalali
-
Returns an adjusted copy of this date.
- with(TemporalAdjuster) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns an adjusted copy of this date-time.
- with(TemporalAdjuster) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns an adjusted copy of this date-time.
- with(TemporalAdjuster) - Method in class org.bardframework.time.YearJalali
-
Returns an adjusted copy of this year.
- with(TemporalAdjuster) - Method in class org.bardframework.time.YearMonthJalali
-
Returns an adjusted copy of this year-month.
- with(TemporalAdjuster) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns an adjusted copy of this date-time.
- with(TemporalField, long) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this date with the specified field set to a new value.
- with(TemporalField, long) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this date-time with the specified field set to a new value.
- with(TemporalField, long) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this date-time with the specified field set to a new value.
- with(TemporalField, long) - Method in class org.bardframework.time.YearJalali
-
Returns a copy of this year with the specified field set to a new value.
- with(TemporalField, long) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this year-month with the specified field set to a new value.
- with(TemporalField, long) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time with the specified field set to a new value.
- with(MonthJalali) - Method in class org.bardframework.time.MonthDayJalali
-
Returns a copy of this
JalaliMonthDaywith the month-of-year altered. - withChronology(Chronology) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Returns a copy of this formatter with a new override chronology.
- withDayOfMonth(int) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the day-of-month altered. - withDayOfMonth(int) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the day-of-month altered. - withDayOfMonth(int) - Method in class org.bardframework.time.MonthDayJalali
-
Returns a copy of this
JalaliMonthDaywith the day-of-month altered. - withDayOfMonth(int) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the day-of-month altered. - withDayOfMonth(int) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the day-of-month altered. - withDayOfYear(int) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the day-of-year altered. - withDayOfYear(int) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the day-of-year altered. - withDayOfYear(int) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the day-of-year altered. - withDayOfYear(int) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the day-of-year altered. - withDecimalStyle(DecimalStyle) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Returns a copy of this formatter with a new DecimalStyle.
- withEarlierOffsetAtOverlap() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time changing the zone offset to the earlier of the two valid offsets at a local time-line overlap.
- withFixedOffsetZone() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time with the zone ID set to the offset.
- withHour(int) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the hour-of-day altered. - withHour(int) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the hour-of-day altered. - withHour(int) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the hour-of-day altered. - withLaterOffsetAtOverlap() - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time changing the zone offset to the later of the two valid offsets at a local time-line overlap.
- withLocale(Locale) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Returns a copy of this formatter with a new locale.
- withMinute(int) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the minute-of-hour altered. - withMinute(int) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the minute-of-hour altered. - withMinute(int) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the minute-of-hour altered. - withMonth(int) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the month-of-year altered. - withMonth(int) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the month-of-year altered. - withMonth(int) - Method in class org.bardframework.time.MonthDayJalali
-
Returns a copy of this
JalaliMonthDaywith the month-of-year altered. - withMonth(int) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the month-of-year altered. - withMonth(int) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this
JalaliYearMonthwith the month-of-year altered. - withMonth(int) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the month-of-year altered. - withNano(int) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the nano-of-second altered. - withNano(int) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the nano-of-second altered. - withNano(int) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the nano-of-second altered. - withOffsetSameInstant(ZoneOffset) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified offset ensuring that the result is at the same instant. - withOffsetSameLocal(ZoneOffset) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the specified offset ensuring that the result has the same local date-time. - withSecond(int) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the second-of-minute altered. - withSecond(int) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the second-of-minute altered. - withSecond(int) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the second-of-minute altered. - withYear(int) - Method in class org.bardframework.time.LocalDateJalali
-
Returns a copy of this
LocalDateJalaliwith the year altered. - withYear(int) - Method in class org.bardframework.time.LocalDateTimeJalali
-
Returns a copy of this
LocalDateTimeJalaliwith the year altered. - withYear(int) - Method in class org.bardframework.time.OffsetDateTimeJalali
-
Returns a copy of this
OffsetDateTimewith the year altered. - withYear(int) - Method in class org.bardframework.time.YearMonthJalali
-
Returns a copy of this
JalaliYearMonthwith the year altered. - withYear(int) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this
ZonedDateTimewith the year altered. - withZone(ZoneId) - Method in class org.bardframework.time.format.DateTimeFormatterJalali
-
Returns a copy of this formatter with a new override zone.
- withZoneSameInstant(ZoneId) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time with a different time-zone, retaining the instant.
- withZoneSameLocal(ZoneId) - Method in class org.bardframework.time.ZonedDateTimeJalali
-
Returns a copy of this date-time with a different time-zone, retaining the local date-time if possible.
Y
- YearJalali - Class in org.bardframework.time
-
A year in the ISO-8601 calendar system, such as
1367. - YearMonthJalali - Class in org.bardframework.time
-
A year-month in the ISO-8601 calendar system, such as
1367-08.
Z
- zonedDateTime(Instant, ZoneId) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI zoned date-time in this chronology from an
Instant. - zonedDateTime(TemporalAccessor) - Method in class org.bardframework.time.ChronologyJalali
-
Obtains an JALALI zoned date-time from another date-time object.
- ZonedDateTimeJalali - Class in org.bardframework.time
-
A date-time with a time-zone in the ISO-8601 calendar system, such as
1367-08-12T10:15:30+03:30 Europe/Paris. - ZoneOffsetTransition - Class in org.bardframework.time.zone
-
A transition between two offsets caused by a discontinuity in the local time-line.
- ZoneOffsetTransitionRule - Class in org.bardframework.time.zone
-
A rule expressing how to create a transition.
- ZoneOffsetTransitionRule.TimeDefinition - Enum Class in org.bardframework.time.zone
-
A definition of the way a local time can be converted to the actual transition date-time.
- ZoneRules - Class in org.bardframework.time.zone
-
The rules defining how the zone offset varies for a single time-zone.
- ZoneUtils - Class in org.bardframework.time.zone
- ZoneUtils() - Constructor for class org.bardframework.time.zone.ZoneUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form