c

io.github.chronoscala

RichZonedDateTime

final class RichZonedDateTime extends AnyVal with Ordered[ZonedDateTime]

Source
RichZonedDateTime.scala
Linear Supertypes
Ordered[ZonedDateTime], Comparable[ZonedDateTime], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichZonedDateTime
  2. Ordered
  3. Comparable
  4. AnyVal
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichZonedDateTime(underlying: ZonedDateTime)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def +(period: Period): ZonedDateTime
  4. def +(duration: Duration): ZonedDateTime
  5. def +(amount: TemporalAmount): ZonedDateTime
  6. def +(millis: Long): ZonedDateTime
  7. def -(period: Period): ZonedDateTime
  8. def -(duration: Duration): ZonedDateTime
  9. def -(amount: TemporalAmount): ZonedDateTime
  10. def -(millis: Long): ZonedDateTime
  11. def <(that: ZonedDateTime): Boolean
    Definition Classes
    Ordered
  12. def <=(that: ZonedDateTime): Boolean
    Definition Classes
    Ordered
  13. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  14. def >(that: ZonedDateTime): Boolean
    Definition Classes
    Ordered
  15. def >=(that: ZonedDateTime): Boolean
    Definition Classes
    Ordered
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def compare(that: ZonedDateTime): Int
    Definition Classes
    RichZonedDateTime → Ordered
  18. def compareTo(that: ZonedDateTime): Int
    Definition Classes
    Ordered → Comparable
  19. def format(pattern: String): String
  20. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def to(end: ZonedDateTime): Interval
  23. def toEpochMilli: Long
  24. def toString(): String
    Definition Classes
    Any
  25. val underlying: ZonedDateTime

Inherited from Ordered[ZonedDateTime]

Inherited from Comparable[ZonedDateTime]

Inherited from AnyVal

Inherited from Any

Ungrouped