RichZonedDateTime

final class RichZonedDateTime(val underlying: ZonedDateTime) extends AnyVal with Ordered[ZonedDateTime]
trait Ordered[ZonedDateTime]
trait Comparable[ZonedDateTime]
class Object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def +(millis: Long): ZonedDateTime
def +(amount: TemporalAmount): ZonedDateTime
def +(duration: Duration): ZonedDateTime
def +(period: Period): ZonedDateTime
def -(millis: Long): ZonedDateTime
def -(amount: TemporalAmount): ZonedDateTime
def -(duration: Duration): ZonedDateTime
def -(period: Period): ZonedDateTime
def compare(that: ZonedDateTime): Int
def format(pattern: String): String
def to(end: ZonedDateTime): Interval

Inherited methods

def <(that: ZonedDateTime): Boolean
Inherited from:
Ordered
def <=(that: ZonedDateTime): Boolean
Inherited from:
Ordered
def >(that: ZonedDateTime): Boolean
Inherited from:
Ordered
def >=(that: ZonedDateTime): Boolean
Inherited from:
Ordered
def compareTo(that: ZonedDateTime): Int
Inherited from:
Ordered

Concrete fields

val underlying: ZonedDateTime