object
TimeSpan
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply(in: Long): (TimeHelpers.this)#TimeSpan
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
implicit
def
dateTimeToTS(in: DateTime): (TimeHelpers.this)#TimeSpan
-
implicit
def
dateToTS(in: Date): (TimeHelpers.this)#TimeSpan
-
implicit
def
durationToTS(in: Duration): (TimeHelpers.this)#TimeSpan
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
format(millis: Long): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
periodToTS(in: Period): (TimeHelpers.this)#TimeSpan
-
val
scales: List[(Long, String)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
The TimeSpan object provides class represents an amount of time. It can be translated to a date with the date method. In that case, the number of millis seconds will be used to create a Date object starting from the Epoch time (see the documentation for java.util.Date)