Class/Object

spray.http

DateTime

Related Docs: object DateTime | package http

Permalink

case class DateTime extends Ordered[DateTime] with Renderable with Product with Serializable

Immutable, fast and efficient Date + Time implementation without any dependencies. Does not support TimeZones, all DateTime values are always GMT based. Note that this implementation discards milliseconds (i.e. rounds down to full seconds).

Linear Supertypes
Serializable, Serializable, Product, Equals, Renderable, Ordered[DateTime], Comparable[DateTime], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateTime
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Renderable
  7. Ordered
  8. Comparable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(millis: Long): DateTime

    Permalink

    Creates a new DateTime that represents the point in time the given number of ms later.

  4. def -(millis: Long): DateTime

    Permalink

    Creates a new DateTime that represents the point in time the given number of ms earlier.

  5. def <(that: DateTime): Boolean

    Permalink
    Definition Classes
    Ordered
  6. def <=(that: DateTime): Boolean

    Permalink
    Definition Classes
    Ordered
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def >(that: DateTime): Boolean

    Permalink
    Definition Classes
    Ordered
  9. def >=(that: DateTime): Boolean

    Permalink
    Definition Classes
    Ordered
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val clicks: Long

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def compare(that: DateTime): Int

    Permalink
    Definition Classes
    DateTime → Ordered
  14. def compareTo(that: DateTime): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  15. val day: Int

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    DateTime → Equals → AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Permalink
    Definition Classes
    DateTime → AnyRef → Any
  21. val hour: Int

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val isLeapYear: Boolean

    Permalink
  24. val minute: Int

    Permalink
  25. val month: Int

    Permalink
  26. def monthStr: String

    Permalink

    The day of the month as a 3 letter abbreviation: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov or Dec

  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def render[R <: Rendering](r: R): r.type

    Permalink

    yyyy-mm-ddThh:mm:ss

    yyyy-mm-ddThh:mm:ss

    Definition Classes
    DateTimeRenderable
  31. def renderIsoDate[R <: Rendering](r: R): r.type

    Permalink

    yyyy-mm-dd

  32. def renderIsoDateTimeString[R <: Rendering](r: R): r.type

    Permalink

    yyyy-mm-ddThh:mm:ss

  33. def renderIsoLikeDateTimeString[R <: Rendering](r: R): r.type

    Permalink

    yyyy-mm-dd hh:mm:ss

  34. def renderRfc1123DateTimeString[R <: Rendering](r: R): r.type

    Permalink

    RFC1123 date string, e.g.

    RFC1123 date string, e.g. Sun, 06 Nov 1994 08:49:37 GMT

  35. val second: Int

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toIsoDateString: String

    Permalink

    yyyy-mm-dd

  38. def toIsoDateTimeString: String

    Permalink

    yyyy-mm-ddThh:mm:ss

  39. def toIsoLikeDateTimeString: String

    Permalink

    yyyy-mm-dd hh:mm:ss

  40. def toRfc1123DateTimeString: String

    Permalink

    RFC1123 date string, e.g.

    RFC1123 date string, e.g. Sun, 06 Nov 1994 08:49:37 GMT

  41. def toString(): String

    Permalink

    yyyy-mm-ddThh:mm:ss

    yyyy-mm-ddThh:mm:ss

    Definition Classes
    DateTime → AnyRef → Any
  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. val weekday: Int

    Permalink
  46. def weekdayStr: String

    Permalink

    The day of the week as a 3 letter abbreviation: Sun, Mon, Tue, Wed, Thu, Fri or Sat

  47. val year: Int

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Renderable

Inherited from Ordered[DateTime]

Inherited from Comparable[DateTime]

Inherited from AnyRef

Inherited from Any

Ungrouped