com
.
github
.
nscala_time
.
time
RichDateTime
Related Doc:
package time
final
class
RichDateTime
extends
AnyVal
Source
RichDateTime.scala
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
RichDateTime
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
RichDateTime
(
underlying:
DateTime
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
def
+
(
builder:
DurationBuilder
)
:
DateTime
def
+
(
period:
ReadablePeriod
)
:
DateTime
def
+
(
duration:
ReadableDuration
)
:
DateTime
def
+
(
duration:
Long
)
:
DateTime
def
-
(
builder:
DurationBuilder
)
:
DateTime
def
-
(
period:
ReadablePeriod
)
:
DateTime
def
-
(
duration:
ReadableDuration
)
:
DateTime
def
-
(
duration:
Long
)
:
DateTime
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
century
:
Property
def
day
:
Property
def
era
:
Property
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
def
hour
:
Property
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
millis
:
Property
def
minute
:
Property
def
month
:
Property
def
second
:
Property
def
toString
()
:
String
Definition Classes
Any
def
week
:
Property
def
withCentury
(
century:
Int
)
:
DateTime
def
withDay
(
day:
Int
)
:
DateTime
def
withEra
(
era:
Int
)
:
DateTime
def
withHour
(
hour:
Int
)
:
DateTime
def
withMinute
(
minute:
Int
)
:
DateTime
def
withMonth
(
month:
Int
)
:
DateTime
def
withSecond
(
second:
Int
)
:
DateTime
def
withWeek
(
week:
Int
)
:
DateTime
def
withYear
(
year:
Int
)
:
DateTime
def
year
:
Property
Inherited from
AnyVal
Inherited from
Any
Ungrouped