RichLocalDateProperty

final class RichLocalDateProperty(val underlying: Property) extends AnyVal with PimpedType[Property]
trait PimpedType[Property]
class AnyVal
trait Matchable
class Any

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