RichZonedDateTime

io.github.chronoscala.RichZonedDateTime
final class RichZonedDateTime(val underlying: ZonedDateTime) extends AnyVal, Ordered[ZonedDateTime]

Attributes

Source
RichZonedDateTime.scala
Graph
Supertypes
trait Ordered[ZonedDateTime]
trait Comparable[ZonedDateTime]
class Object
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def +(millis: Long): ZonedDateTime

Attributes

Source
RichZonedDateTime.scala
def +(amount: TemporalAmount): ZonedDateTime

Attributes

Source
RichZonedDateTime.scala
def +(duration: Duration): ZonedDateTime

Attributes

Source
RichZonedDateTime.scala
def +(period: Period): ZonedDateTime

Attributes

Source
RichZonedDateTime.scala
def -(millis: Long): ZonedDateTime

Attributes

Source
RichZonedDateTime.scala
def -(amount: TemporalAmount): ZonedDateTime

Attributes

Source
RichZonedDateTime.scala
def -(duration: Duration): ZonedDateTime

Attributes

Source
RichZonedDateTime.scala
def -(period: Period): ZonedDateTime

Attributes

Source
RichZonedDateTime.scala
def compare(that: ZonedDateTime): Int

Attributes

Source
RichZonedDateTime.scala
def format(pattern: String): String

Attributes

Source
RichZonedDateTime.scala
def to(end: ZonedDateTime): Interval

Attributes

Source
RichZonedDateTime.scala
def toEpochMilli: Long

Attributes

Source
RichZonedDateTime.scala

Inherited methods

def <(that: ZonedDateTime): Boolean

Attributes

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

Attributes

Inherited from:
Ordered
def >(that: ZonedDateTime): Boolean

Attributes

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

Attributes

Inherited from:
Ordered
def compareTo(that: ZonedDateTime): Int

Attributes

Inherited from:
Ordered

Concrete fields

val underlying: ZonedDateTime

Attributes

Source
RichZonedDateTime.scala