Uses of Class
org.bardframework.time.ZonedDateTimeJalali
Packages that use ZonedDateTimeJalali
-
Uses of ZonedDateTimeJalali in org.bardframework.time
Methods in org.bardframework.time that return ZonedDateTimeJalaliModifier and TypeMethodDescriptionCombines this date-time with a time-zone to create aZonedDateTime.OffsetDateTimeJalali.atZoneSameInstant(ZoneId zone) Combines this date-time with a time-zone to create aZonedDateTimeensuring that the result has the same instant.OffsetDateTimeJalali.atZoneSimilarLocal(ZoneId zone) Combines this date-time with a time-zone to create aZonedDateTimetrying to keep the same local date and time.static ZonedDateTimeJalaliZonedDateTimeJalali.from(TemporalAccessor temporal) Obtains an instance ofZonedDateTimefrom a temporal object.ZonedDateTimeJalali.minus(long amountToSubtract, TemporalUnit unit) Returns a copy of this date-time with the specified amount subtracted.ZonedDateTimeJalali.minus(TemporalAmount amountToSubtract) Returns a copy of this date-time with the specified amount subtracted.ZonedDateTimeJalali.minusDays(long days) Returns a copy of thisZonedDateTimewith the specified number of days subtracted.ZonedDateTimeJalali.minusHours(long hours) Returns a copy of thisZonedDateTimewith the specified number of hours subtracted.ZonedDateTimeJalali.minusMinutes(long minutes) Returns a copy of thisZonedDateTimewith the specified number of minutes subtracted.ZonedDateTimeJalali.minusMonths(long months) Returns a copy of thisZonedDateTimewith the specified number of months subtracted.ZonedDateTimeJalali.minusNanos(long nanos) Returns a copy of thisZonedDateTimewith the specified number of nanoseconds subtracted.ZonedDateTimeJalali.minusSeconds(long seconds) Returns a copy of thisZonedDateTimewith the specified number of seconds subtracted.ZonedDateTimeJalali.minusWeeks(long weeks) Returns a copy of thisZonedDateTimewith the specified number of weeks subtracted.ZonedDateTimeJalali.minusYears(long years) Returns a copy of thisZonedDateTimewith the specified number of years subtracted.static ZonedDateTimeJalaliZonedDateTimeJalali.now()Obtains the current date-time from the system clock in the default time-zone.static ZonedDateTimeJalaliObtains the current date-time from the specified clock.static ZonedDateTimeJalaliObtains the current date-time from the system clock in the specified time-zone.static ZonedDateTimeJalaliZonedDateTimeJalali.of(int year, int month, int dayOfMonth, int hour, int minute, int second, int nanoOfSecond, ZoneId zone) Obtains an instance ofZonedDateTimefrom a year, month, day, hour, minute, second, nanosecond and time-zone.static ZonedDateTimeJalaliZonedDateTimeJalali.of(LocalDateJalali date, LocalTime time, ZoneId zone) Obtains an instance ofZonedDateTimefrom a local date and time.static ZonedDateTimeJalaliZonedDateTimeJalali.of(LocalDateTimeJalali localDateTime, ZoneId zone) Obtains an instance ofZonedDateTimefrom a local date-time.static ZonedDateTimeJalaliObtains an instance ofZonedDateTimefrom anInstant.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.static ZonedDateTimeJalaliZonedDateTimeJalali.parse(CharSequence text) Obtains an instance ofZonedDateTimefrom a text string such as1367-08-12T10:15:30+03:30[Asia/Tehran].static ZonedDateTimeJalaliZonedDateTimeJalali.parse(CharSequence text, DateTimeFormatter formatter) Obtains an instance ofZonedDateTimefrom a text string using a specific formatter.ZonedDateTimeJalali.plus(long amountToAdd, TemporalUnit unit) Returns a copy of this date-time with the specified amount added.ZonedDateTimeJalali.plus(TemporalAmount amountToAdd) Returns a copy of this date-time with the specified amount added.ZonedDateTimeJalali.plusDays(long days) Returns a copy of thisZonedDateTimewith the specified number of days added.ZonedDateTimeJalali.plusHours(long hours) Returns a copy of thisZonedDateTimewith the specified number of hours added.ZonedDateTimeJalali.plusMinutes(long minutes) Returns a copy of thisZonedDateTimewith the specified number of minutes added.ZonedDateTimeJalali.plusMonths(long months) Returns a copy of thisZonedDateTimewith the specified number of months added.ZonedDateTimeJalali.plusNanos(long nanos) Returns a copy of thisZonedDateTimewith the specified number of nanoseconds added.ZonedDateTimeJalali.plusSeconds(long seconds) Returns a copy of thisZonedDateTimewith the specified number of seconds added.ZonedDateTimeJalali.plusWeeks(long weeks) Returns a copy of thisZonedDateTimewith the specified number of weeks added.ZonedDateTimeJalali.plusYears(long years) Returns a copy of thisZonedDateTimewith the specified number of years added.OffsetDateTimeJalali.toZonedDateTime()Converts this date-time to aZonedDateTimeusing the offset as the zone ID.ZonedDateTimeJalali.truncatedTo(TemporalUnit unit) Returns a copy of thisZonedDateTimewith the time truncated.ZonedDateTimeJalali.with(TemporalAdjuster adjuster) Returns an adjusted copy of this date-time.ZonedDateTimeJalali.with(TemporalField field, long newValue) Returns a copy of this date-time with the specified field set to a new value.ZonedDateTimeJalali.withDayOfMonth(int dayOfMonth) Returns a copy of thisZonedDateTimewith the day-of-month altered.ZonedDateTimeJalali.withDayOfYear(int dayOfYear) Returns a copy of thisZonedDateTimewith the day-of-year altered.ZonedDateTimeJalali.withEarlierOffsetAtOverlap()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.ZonedDateTimeJalali.withFixedOffsetZone()Returns a copy of this date-time with the zone ID set to the offset.ZonedDateTimeJalali.withHour(int hour) Returns a copy of thisZonedDateTimewith the hour-of-day altered.ZonedDateTimeJalali.withLaterOffsetAtOverlap()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.ZonedDateTimeJalali.withMinute(int minute) Returns a copy of thisZonedDateTimewith the minute-of-hour altered.ZonedDateTimeJalali.withMonth(int month) Returns a copy of thisZonedDateTimewith the month-of-year altered.ZonedDateTimeJalali.withNano(int nanoOfSecond) Returns a copy of thisZonedDateTimewith the nano-of-second altered.ZonedDateTimeJalali.withSecond(int second) Returns a copy of thisZonedDateTimewith the second-of-minute altered.ZonedDateTimeJalali.withYear(int year) Returns a copy of thisZonedDateTimewith the year altered.ZonedDateTimeJalali.withZoneSameInstant(ZoneId zone) Returns a copy of this date-time with a different time-zone, retaining the instant.ZonedDateTimeJalali.withZoneSameLocal(ZoneId zone) Returns a copy of this date-time with a different time-zone, retaining the local date-time if possible.ChronologyJalali.zonedDateTime(Instant instant, ZoneId zone) Obtains an JALALI zoned date-time in this chronology from anInstant.ChronologyJalali.zonedDateTime(TemporalAccessor temporal) Obtains an JALALI zoned date-time from another date-time object.