RichLocalTimeProperty

com.github.nscala_time.time.RichLocalTimeProperty
final class RichLocalTimeProperty(underlying: Property) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

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