object ZonedDateTime

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZonedDateTime
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(localDateTime: LocalDateTime, offset: ZoneOffset, zone: ZoneId): ZonedDateTime
  5. def apply(instant: Instant, zone: ZoneId): ZonedDateTime
  6. def apply(zone: ZoneId): ZonedDateTime

    returns

    now in the given time zone

  7. def apply(clock: Clock): ZonedDateTime

    returns

    now according to the given clock

  8. def apply(): ZonedDateTime

    returns

    now according to the system clock

  9. def apply(dateTimeString: String, formatter: DateTimeFormatter): ZonedDateTime
  10. def apply(iso8601DateTime: String): ZonedDateTime

    iso8601DateTime

    A date on the format '2007-12-03T10:15:30+01:00[Europe/Paris]', see java.time.ZonedDateTime.parse()

    See also

    java.time.ZonedDateTime.parse(String)

  11. def apply(accessor: TemporalAccessor): ZonedDateTime

    See also

    java.time.ZonedDateTime.from(TemporalAccessor)

  12. def apply(date: LocalDate, time: LocalTime, zone: ZoneId): ZonedDateTime

    See also

    java.time.ZonedDateTime.of(LocalDate, LocalTime, ZoneId)

  13. def apply(dateTime: LocalDateTime, zone: ZoneId): ZonedDateTime

    See also

    java.time.ZonedDateTime.of(LocalDateTime, ZoneId)

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def unapply(z: ZonedDateTime): Option[(LocalDateTime, ZoneId)]
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped