RichOffsetDateTime

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

Value members

Concrete methods

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

Inherited methods

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

Concrete fields

val underlying: OffsetDateTime