RichLocalDateTime

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

Value members

Concrete methods

def +(duration: Duration): LocalDateTime
def +(period: Period): LocalDateTime
def -(duration: Duration): LocalDateTime
def -(period: Period): LocalDateTime
override
def compare(that: RichLocalDateTime): Int
Definition Classes
Ordered
def day: Int
def hour: Int
def minute: Int
def month: Month
def second: Int
def toDate(zoneId: ZoneId): Date
def toInstant(zoneId: ZoneId): Instant
def withDay(day: Int): LocalDateTime
def withHour(hour: Int): LocalDateTime
def withMinute(minute: Int): LocalDateTime
def withMonth(month: Int): LocalDateTime
def withSecond(second: Int): LocalDateTime
def withYear(year: Int): LocalDateTime
def year: Month

Inherited methods

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

Concrete fields

val underlying: LocalDateTime