c

com.github.nscala_time.time

RichLocalDateTimeProperty

final class RichLocalDateTimeProperty extends AnyVal with PimpedType[Property]

Source
RichLocalDateTimeProperty.scala
Linear Supertypes
PimpedType[Property], AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RichLocalDateTimeProperty
  2. PimpedType
  3. AnyVal
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichLocalDateTimeProperty(underlying: Property)

Value Members

  1. def apply(text: String, locale: Locale): LocalDateTime
  2. def apply(text: String): LocalDateTime
  3. def apply(value: Int): LocalDateTime
  4. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  5. def localDateTime: LocalDateTime
  6. def round: LocalDateTime
  7. def roundCeiling: LocalDateTime
  8. def roundDown: LocalDateTime
  9. def roundFloor: LocalDateTime
  10. def roundUp: LocalDateTime
  11. val underlying: Property
    Definition Classes
    RichLocalDateTimePropertyPimpedType