RichDateTimeProperty

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(value: Int): DateTime
def apply(text: String): DateTime
def apply(text: String, locale: Locale): DateTime
def dateTime: DateTime
def round: DateTime
def roundCeiling: DateTime
def roundDown: DateTime
def roundFloor: DateTime
def roundUp: DateTime