RichLocalDate

com.github.nscala_time.time.RichLocalDate
final class RichLocalDate(underlying: LocalDate) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def +(period: ReadablePeriod): LocalDate
def +(builder: DurationBuilder): LocalDate
def -(period: ReadablePeriod): LocalDate
def -(builder: DurationBuilder): LocalDate
def century: Property
def day: Property
def era: Property
def interval: Interval
def month: Property
def week: Property
def withCentury(century: Int): LocalDate
def withDay(day: Int): LocalDate
def withEra(era: Int): LocalDate
def withMonth(month: Int): LocalDate
def withWeek(week: Int): LocalDate
def withYear(year: Int): LocalDate
def year: Property