RichZonedDateTime

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

Value members

Concrete methods

def +(duration: Long): ZonedDateTime
def +(duration: Duration): ZonedDateTime
def +(period: Period): ZonedDateTime
def -(duration: Long): ZonedDateTime
def -(duration: Duration): ZonedDateTime
def -(period: Period): ZonedDateTime
override
def compare(that: RichZonedDateTime): Int
Definition Classes
Ordered
def day: Int
def hour: Int
def millis: Long
def minute: Int
def month: Int
def second: Int
def toDate(): Date
def withDay(day: Int): ZonedDateTime
def withHour(hour: Int): ZonedDateTime
def withMinute(minute: Int): ZonedDateTime
def withMonth(month: Int): ZonedDateTime
def withSecond(second: Int): ZonedDateTime
def withYear(year: Int): ZonedDateTime
def year: Int

Inherited methods

def <(that: RichZonedDateTime): Boolean
Inherited from
Ordered
def <=(that: RichZonedDateTime): Boolean
Inherited from
Ordered
def >(that: RichZonedDateTime): Boolean
Inherited from
Ordered
def >=(that: RichZonedDateTime): Boolean
Inherited from
Ordered
Inherited from
Ordered

Concrete fields

val underlying: ZonedDateTime