trait
DateTime
extends Ordered[DateTime]
Abstract Value Members
-
def
clicks
: Long
-
def
day
: Int
-
def
hour
: Int
-
def
isLeapYear
: Boolean
-
def
minute
: Int
-
def
month
: Int
-
def
second
: Int
-
def
weekday
: Int
-
def
year
: Int
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
+
(millis: Long): DateTime
-
def
-
(millis: Long): DateTime
-
def
<
(that: DateTime): Boolean
-
def
<=
(that: DateTime): Boolean
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
>
(that: DateTime): Boolean
-
def
>=
(that: DateTime): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compare
(that: DateTime): Int
-
def
compareTo
(that: DateTime): Int
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(obj: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
monthStr
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toIsoDateString
: String
-
def
toIsoDateTimeString
: String
-
def
toRfc1123DateTimeString
: String
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
weekdayStr
: String
Inherited from AnyRef
Inherited from Any
Immutable, fast and efficient Date + Time implementation without any dependencies. Does not support TimeZones, all DateTime values are always GMT based.