Uses of Class
org.bardframework.time.LocalDateTimeJalali
Packages that use LocalDateTimeJalali
-
Uses of LocalDateTimeJalali in org.bardframework.time
Fields in org.bardframework.time declared as LocalDateTimeJalaliModifier and TypeFieldDescriptionstatic final LocalDateTimeJalaliLocalDateTimeJalali.MAXThe maximum supportedLocalDateTimeJalali, '+999999999-12-31T23:59:59.999999999'.static final LocalDateTimeJalaliLocalDateTimeJalali.MINThe minimum supportedLocalDateTimeJalali, '-999999999-01-01T00:00:00'.Methods in org.bardframework.time that return LocalDateTimeJalaliModifier and TypeMethodDescriptionLocalDateJalali.atStartOfDay()Combines this date with the time of midnight to create aLocalDateTimeJalaliat the start of this date.LocalDateJalali.atTime(int hour, int minute) Combines this date with a time to create aLocalDateTimeJalali.LocalDateJalali.atTime(int hour, int minute, int second) Combines this date with a time to create aLocalDateTimeJalali.LocalDateJalali.atTime(int hour, int minute, int second, int nanoOfSecond) Combines this date with a time to create aLocalDateTimeJalali.Combines this date with a time to create aLocalDateTimeJalali.static LocalDateTimeJalaliLocalDateTimeJalali.from(TemporalAccessor temporal) Obtains an instance ofLocalDateTimefrom a temporal object.ChronologyJalali.localDateTime(TemporalAccessor temporal) Obtains an JALALI local date-time from another date-time object.LocalDateTimeJalali.minus(long amountToSubtract, TemporalUnit unit) Returns a copy of this date-time with the specified amount subtracted.LocalDateTimeJalali.minus(TemporalAmount amountToSubtract) Returns a copy of this date-time with the specified amount subtracted.LocalDateTimeJalali.minusDays(long days) Returns a copy of thisLocalDateTimeJalaliwith the specified number of days subtracted.LocalDateTimeJalali.minusHours(long hours) Returns a copy of thisLocalDateTimeJalaliwith the specified number of hours subtracted.LocalDateTimeJalali.minusMinutes(long minutes) Returns a copy of thisLocalDateTimeJalaliwith the specified number of minutes subtracted.LocalDateTimeJalali.minusMonths(long months) Returns a copy of thisLocalDateTimeJalaliwith the specified number of months subtracted.LocalDateTimeJalali.minusNanos(long nanos) Returns a copy of thisLocalDateTimeJalaliwith the specified number of nanoseconds subtracted.LocalDateTimeJalali.minusSeconds(long seconds) Returns a copy of thisLocalDateTimeJalaliwith the specified number of seconds subtracted.LocalDateTimeJalali.minusWeeks(long weeks) Returns a copy of thisLocalDateTimeJalaliwith the specified number of weeks subtracted.LocalDateTimeJalali.minusYears(long years) Returns a copy of thisLocalDateTimeJalaliwith the specified number of years subtracted.static LocalDateTimeJalaliLocalDateTimeJalali.now()Obtains the current date-time from the system clock.static LocalDateTimeJalaliObtains the current date-time from the specified clock.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, int month, int dayOfMonth, int hour, int minute) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour and minute, setting the second and nanosecond to zero.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, int month, int dayOfMonth, int hour, int minute, int second) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour, minute and second, setting the nanosecond to zero.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, int month, int dayOfMonth, int hour, int minute, int second, int nanoOfSecond) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour, minute, second and nanosecond.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, MonthJalali month, int dayOfMonth, int hour, int minute) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour and minute, setting the second and nanosecond to zero.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, MonthJalali month, int dayOfMonth, int hour, int minute, int second) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour, minute and second, setting the nanosecond to zero.static LocalDateTimeJalaliLocalDateTimeJalali.of(int year, MonthJalali month, int dayOfMonth, int hour, int minute, int second, int nanoOfSecond) Obtains an instance ofLocalDateTimeJalalifrom year, month, day, hour, minute, second and nanosecond.static LocalDateTimeJalalistatic LocalDateTimeJalaliLocalDateTimeJalali.of(LocalDateTime dateTime) static LocalDateTimeJalaliLocalDateTimeJalali.of(LocalDateJalali date, LocalTime time) Obtains an instance ofLocalDateTimeJalalifrom a date and time.static LocalDateTimeJalaliLocalDateTimeJalali.ofEpochSecond(long epochSecond, int nanoOfSecond) Obtains an instance ofLocalDateTimeJalaliusing seconds from the epoch of 1970-01-01T00:00:00Z.static LocalDateTimeJalaliLocalDateTimeJalali.ofEpochSecond(long epochSecond, int nanoOfSecond, ZoneOffset offset) Obtains an instance ofLocalDateTimeusing seconds from the epoch of 1970-01-01T00:00:00Z.static LocalDateTimeJalaliObtains an instance ofLocalDateTimeJalali.static LocalDateTimeJalaliLocalDateTimeJalali.parse(CharSequence text) Obtains an instance ofLocalDateTimeJalalifrom a text string such as1367-08-12T10:15:30.static LocalDateTimeJalaliLocalDateTimeJalali.parse(CharSequence text, DateTimeFormatterJalali formatter) Obtains an instance ofLocalDateTimeJalalifrom a text string using a specific formatter.LocalDateTimeJalali.plus(long amountToAdd, TemporalUnit unit) Returns a copy of this date-time with the specified amount added.LocalDateTimeJalali.plus(TemporalAmount amountToAdd) Returns a copy of this date-time with the specified amount added.LocalDateTimeJalali.plusDays(long days) Returns a copy of thisLocalDateTimeJalaliwith the specified number of days added.LocalDateTimeJalali.plusHours(long hours) Returns a copy of thisLocalDateTimeJalaliwith the specified number of hours added.LocalDateTimeJalali.plusMinutes(long minutes) Returns a copy of thisLocalDateTimeJalaliwith the specified number of minutes added.LocalDateTimeJalali.plusMonths(long months) Returns a copy of thisLocalDateTimeJalaliwith the specified number of months added.LocalDateTimeJalali.plusNanos(long nanos) Returns a copy of thisLocalDateTimeJalaliwith the specified number of nanoseconds added.LocalDateTimeJalali.plusSeconds(long seconds) Returns a copy of thisLocalDateTimeJalaliwith the specified number of seconds added.LocalDateTimeJalali.plusWeeks(long weeks) Returns a copy of thisLocalDateTimeJalaliwith the specified number of weeks added.LocalDateTimeJalali.plusYears(long years) Returns a copy of thisLocalDateTimeJalaliwith the specified number of years added.ZonedDateTimeJalali.toLocalDateTime()Gets theLocalDateTimeJalalipart of this date-time.OffsetDateTimeJalali.toLocalDateTimeJalali()Gets theLocalDateTimeJalalipart of this date-time.LocalDateTimeJalali.truncatedTo(TemporalUnit unit) Returns a copy of thisLocalDateTimeJalaliwith the time truncated.LocalDateTimeJalali.with(TemporalAdjuster adjuster) Returns an adjusted copy of this date-time.LocalDateTimeJalali.with(TemporalField field, long newValue) Returns a copy of this date-time with the specified field set to a new value.LocalDateTimeJalali.withDayOfMonth(int dayOfMonth) Returns a copy of thisLocalDateTimeJalaliwith the day-of-month altered.LocalDateTimeJalali.withDayOfYear(int dayOfYear) Returns a copy of thisLocalDateTimeJalaliwith the day-of-year altered.LocalDateTimeJalali.withHour(int hour) Returns a copy of thisLocalDateTimeJalaliwith the hour-of-day altered.LocalDateTimeJalali.withMinute(int minute) Returns a copy of thisLocalDateTimeJalaliwith the minute-of-hour altered.LocalDateTimeJalali.withMonth(int month) Returns a copy of thisLocalDateTimeJalaliwith the month-of-year altered.LocalDateTimeJalali.withNano(int nanoOfSecond) Returns a copy of thisLocalDateTimeJalaliwith the nano-of-second altered.LocalDateTimeJalali.withSecond(int second) Returns a copy of thisLocalDateTimeJalaliwith the second-of-minute altered.LocalDateTimeJalali.withYear(int year) Returns a copy of thisLocalDateTimeJalaliwith the year altered.Methods in org.bardframework.time with parameters of type LocalDateTimeJalaliModifier and TypeMethodDescriptionstatic OffsetDateTimeJalaliOffsetDateTimeJalali.of(LocalDateTimeJalali dateTime, ZoneOffset offset) Obtains an instance ofOffsetDateTimefrom a date-time and offset.static ZonedDateTimeJalaliZonedDateTimeJalali.of(LocalDateTimeJalali localDateTime, ZoneId zone) Obtains an instance ofZonedDateTimefrom a local date-time.static ZonedDateTimeJalaliZonedDateTimeJalali.ofInstant(LocalDateTimeJalali localDateTime, ZoneOffset offset, ZoneId zone) Obtains an instance ofZonedDateTimefrom the instant formed by combining the local date-time and offset.static ZonedDateTimeJalaliZonedDateTimeJalali.ofLocal(LocalDateTimeJalali localDateTime, ZoneId zone, ZoneOffset preferredOffset) Obtains an instance ofZonedDateTimefrom a local date-time using the preferred offset if possible.static ZonedDateTimeJalaliZonedDateTimeJalali.ofStrict(LocalDateTimeJalali localDateTime, ZoneOffset offset, ZoneId zone) Obtains an instance ofZonedDateTimestrictly validating the combination of local date-time, offset and zone ID. -
Uses of LocalDateTimeJalali in org.bardframework.time.zone
Methods in org.bardframework.time.zone that return LocalDateTimeJalaliModifier and TypeMethodDescriptionZoneOffsetTransitionRule.TimeDefinition.createDateTime(LocalDateTimeJalali dateTime, ZoneOffset standardOffset, ZoneOffset wallOffset) Converts the specified local date-time to the local date-time actually seen on a wall clock.ZoneOffsetTransition.getDateTimeAfter()Gets the local transition date-time, as would be expressed with the 'after' offset.ZoneOffsetTransition.getDateTimeBefore()Gets the local transition date-time, as would be expressed with the 'before' offset.Methods in org.bardframework.time.zone with parameters of type LocalDateTimeJalaliModifier and TypeMethodDescriptionZoneOffsetTransitionRule.TimeDefinition.createDateTime(LocalDateTimeJalali dateTime, ZoneOffset standardOffset, ZoneOffset wallOffset) Converts the specified local date-time to the local date-time actually seen on a wall clock.ZoneRules.getOffset(LocalDateTimeJalali localDateTime) Gets a suitable offset for the specified local date-time in these rules.ZoneRules.getTransition(LocalDateTimeJalali localDateTime) Gets the offset transition applicable at the specified local date-time in these rules.ZoneRules.getValidOffsets(LocalDateTimeJalali localDateTime) Gets the offset applicable at the specified local date-time in these rules.booleanZoneRules.isValidOffset(LocalDateTimeJalali localDateTime, ZoneOffset offset) Checks if the offset date-time is valid for these rules.static ZoneOffsetTransitionZoneOffsetTransition.of(LocalDateTimeJalali transition, ZoneOffset offsetBefore, ZoneOffset offsetAfter) Obtains an instance defining a transition between two offsets.