StaticLocalDate

com.github.nscala_time.time.StaticLocalDate
See theStaticLocalDate companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

type Property = Property

Attributes

Inherited from:
StaticLocalDate

Value members

Inherited methods

def fromCalendarFields(calendar: Calendar): LocalDate

Attributes

Inherited from:
StaticLocalDate
def fromDateFields(date: Date): LocalDate

Attributes

Inherited from:
StaticLocalDate
def lastDay(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def lastMonth(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def lastWeek(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def lastYear(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def nextDay(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def nextMonth(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def nextWeek(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def nextYear(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def now(chronology: Chronology): LocalDate

Attributes

Inherited from:
StaticLocalDate
def now(zone: DateTimeZone): LocalDate

Attributes

Inherited from:
StaticLocalDate
def now(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def parse(str: String, formatter: DateTimeFormatter): LocalDate

Attributes

Inherited from:
StaticLocalDate
def parse(str: String): LocalDate

Attributes

Inherited from:
StaticLocalDate
def today(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def tomorrow(): LocalDate

Attributes

Inherited from:
StaticLocalDate
def yesterday(): LocalDate

Attributes

Inherited from:
StaticLocalDate