akka.http.util

DateTime

final case class DateTime extends model.japi.DateTime with 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).

Source
DateTime.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Renderable, Ordered[DateTime], Comparable[DateTime], model.japi.DateTime, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DateTime
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Renderable
  7. Ordered
  8. Comparable
  9. DateTime
  10. AnyRef
  11. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

  5. def -(millis: Long): DateTime

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

  6. def ->[B](y: B): (DateTime, B)

    Implicit information
    This member is added by an implicit conversion from DateTime to ArrowAssoc[DateTime] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. def <(that: DateTime): Boolean

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

    Definition Classes
    Ordered
  9. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  11. def >(that: DateTime): Boolean

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

    Definition Classes
    Ordered
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. val clicks: Long

    Definition Classes
    DateTimeDateTime
  15. def clone(): AnyRef

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

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

    Definition Classes
    Ordered → Comparable
  18. val day: Int

    Definition Classes
    DateTimeDateTime
  19. def ensuring(cond: (DateTime) ⇒ Boolean, msg: ⇒ Any): DateTime

    Implicit information
    This member is added by an implicit conversion from DateTime to Ensuring[DateTime] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: (DateTime) ⇒ Boolean): DateTime

    Implicit information
    This member is added by an implicit conversion from DateTime to Ensuring[DateTime] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean, msg: ⇒ Any): DateTime

    Implicit information
    This member is added by an implicit conversion from DateTime to Ensuring[DateTime] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean): DateTime

    Implicit information
    This member is added by an implicit conversion from DateTime to Ensuring[DateTime] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from DateTime to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. final def getClass(): Class[_]

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

    Definition Classes
    DateTime → AnyRef → Any
  29. val hour: Int

    Definition Classes
    DateTimeDateTime
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. val isLeapYear: Boolean

    Definition Classes
    DateTimeDateTime
  32. val minute: Int

    Definition Classes
    DateTimeDateTime
  33. val month: Int

    Definition Classes
    DateTimeDateTime
  34. def monthStr(): String

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

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

    Definition Classes
    DateTimeDateTime
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

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

    yyyy-mm-ddThh:mm:ss

    yyyy-mm-ddThh:mm:ss

    Definition Classes
    DateTime → Renderable
  39. def renderIsoDate[R <: Rendering](r: R): r.type

    yyyy-mm-dd

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

    yyyy-mm-ddThh:mm:ss

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

    yyyy-mm-dd hh:mm:ss

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

    RFC1123 date string, e.

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

  43. val second: Int

    Definition Classes
    DateTimeDateTime
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toIsoDateString(): String

    yyyy-mm-dd

    yyyy-mm-dd

    Definition Classes
    DateTimeDateTime
  46. def toIsoDateTimeString(): String

    yyyy-mm-ddThh:mm:ss

    yyyy-mm-ddThh:mm:ss

    Definition Classes
    DateTimeDateTime
  47. def toIsoLikeDateTimeString(): String

    yyyy-mm-dd hh:mm:ss

    yyyy-mm-dd hh:mm:ss

    Definition Classes
    DateTimeDateTime
  48. def toRfc1123DateTimeString(): String

    RFC1123 date string, e.

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

    Definition Classes
    DateTimeDateTime
  49. def toString(): String

    yyyy-mm-ddThh:mm:ss

    yyyy-mm-ddThh:mm:ss

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

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

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

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

    Definition Classes
    DateTimeDateTime
  54. def weekdayStr(): String

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

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

    Definition Classes
    DateTimeDateTime
  55. val year: Int

    Definition Classes
    DateTimeDateTime
  56. def [B](y: B): (DateTime, B)

    Implicit information
    This member is added by an implicit conversion from DateTime to ArrowAssoc[DateTime] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from DateTime to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (dateTime: StringAdd).+(other)
    Definition Classes
    StringAdd
  2. def <(that: DateTime): Boolean

    Implicit information
    This member is added by an implicit conversion from DateTime to Ordered[DateTime] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (dateTime: Ordered[DateTime]).<(that)
    Definition Classes
    Ordered
  3. def <=(that: DateTime): Boolean

    Implicit information
    This member is added by an implicit conversion from DateTime to Ordered[DateTime] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (dateTime: Ordered[DateTime]).<=(that)
    Definition Classes
    Ordered
  4. def >(that: DateTime): Boolean

    Implicit information
    This member is added by an implicit conversion from DateTime to Ordered[DateTime] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (dateTime: Ordered[DateTime]).>(that)
    Definition Classes
    Ordered
  5. def >=(that: DateTime): Boolean

    Implicit information
    This member is added by an implicit conversion from DateTime to Ordered[DateTime] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (dateTime: Ordered[DateTime]).>=(that)
    Definition Classes
    Ordered
  6. def compare(that: DateTime): Int

    Implicit information
    This member is added by an implicit conversion from DateTime to Ordered[DateTime] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (dateTime: Ordered[DateTime]).compare(that)
    Definition Classes
    Ordered
  7. def compareTo(that: DateTime): Int

    Implicit information
    This member is added by an implicit conversion from DateTime to Ordered[DateTime] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (dateTime: Ordered[DateTime]).compareTo(that)
    Definition Classes
    Ordered → Comparable
  8. val self: Any

    Implicit information
    This member is added by an implicit conversion from DateTime to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dateTime: StringAdd).self
    Definition Classes
    StringAdd
  9. val self: Any

    Implicit information
    This member is added by an implicit conversion from DateTime to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dateTime: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: DateTime

    Implicit information
    This member is added by an implicit conversion from DateTime to ArrowAssoc[DateTime] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dateTime: ArrowAssoc[DateTime]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: DateTime

    Implicit information
    This member is added by an implicit conversion from DateTime to Ensuring[DateTime] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (dateTime: Ensuring[DateTime]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 model.japi.DateTime

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion orderingToOrdered from DateTime to Ordered[DateTime]

Inherited by implicit conversion any2stringadd from DateTime to StringAdd

Inherited by implicit conversion any2stringfmt from DateTime to StringFormat

Inherited by implicit conversion any2ArrowAssoc from DateTime to ArrowAssoc[DateTime]

Inherited by implicit conversion any2Ensuring from DateTime to Ensuring[DateTime]

Ungrouped