RichLocalDateTimeProperty

final class RichLocalDateTimeProperty(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): LocalDateTime
def apply(text: String): LocalDateTime
def apply(text: String, locale: Locale): LocalDateTime
def localDateTime: LocalDateTime
def round: LocalDateTime
def roundCeiling: LocalDateTime
def roundDown: LocalDateTime
def roundFloor: LocalDateTime
def roundUp: LocalDateTime

Concrete fields

val underlying: Property