c

com.markatta.timeforscala

RichZonedDateTime

final class RichZonedDateTime extends Ordered[ZonedDateTime]

Linear Supertypes
Ordered[ZonedDateTime], Comparable[ZonedDateTime], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichZonedDateTime
  2. Ordered
  3. Comparable
  4. AnyRef
  5. 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. def +(amount: Duration): ZonedDateTime
  4. def +(amount: Period): ZonedDateTime
  5. def -(other: ZonedDateTime): Duration
  6. def -(amount: Duration): ZonedDateTime
  7. def -(amount: Period): ZonedDateTime
  8. def <(that: ZonedDateTime): Boolean
    Definition Classes
    Ordered
  9. def <=(that: ZonedDateTime): Boolean
    Definition Classes
    Ordered
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def >(that: ZonedDateTime): Boolean
    Definition Classes
    Ordered
  12. def >=(that: ZonedDateTime): Boolean
    Definition Classes
    Ordered
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def chronology: Chronology
  15. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. def compare(other: ZonedDateTime): Int
    Definition Classes
    RichZonedDateTime → Ordered
  17. def compareTo(that: ZonedDateTime): Int
    Definition Classes
    Ordered → Comparable
  18. def dayOfMonth: Int
  19. def dayOfWeek: DayOfWeek
  20. def dayOfYear: Int
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def hour: Int
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def localDate: LocalDate
  28. def localDateTime: LocalDateTime
  29. def localTime: LocalTime
  30. def minute: Int
  31. def month: Month
  32. def monthValue: Int
  33. def nano: Int
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def offset: ZoneOffset
  38. def second: Int
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def year: Int
  45. def zone: ZoneId

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 Ordered[ZonedDateTime]

Inherited from Comparable[ZonedDateTime]

Inherited from AnyRef

Inherited from Any

Ungrouped