RichLocalTimeProperty

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

Concrete fields

val underlying: Property