RichLocalDateProperty

com.github.nscala_time.time.RichLocalDateProperty
final class RichLocalDateProperty(val underlying: Property) extends AnyVal, PimpedType[Property]

Attributes

Graph
Supertypes
trait PimpedType[Property]
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(value: Int): LocalDate
def apply(text: String): LocalDate
def apply(text: String, locale: Locale): LocalDate
def localDate: LocalDate
def round: LocalDate
def roundCeiling: LocalDate
def roundDown: LocalDate
def roundFloor: LocalDate
def roundUp: LocalDate

Concrete fields

val underlying: Property