Class/Object

smile.json

JsTimestamp

Related Docs: object JsTimestamp | package json

Permalink

case class JsTimestamp(value: Timestamp) extends JsValue with Ordered[JsTimestamp] with Product with Serializable

An SQL TIMESTAMP value. It adds the ability to hold the SQL TIMESTAMP fractional seconds value, by allowing the specification of fractional seconds to a precision of nanoseconds. Support the JDBC escape syntax for timestamp values.

The precision of a Timestamp object is calculated to be either:

Linear Supertypes
Serializable, Serializable, Product, Equals, Ordered[JsTimestamp], Comparable[JsTimestamp], JsValue, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsTimestamp
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Ordered
  7. Comparable
  8. JsValue
  9. Dynamic
  10. AnyRef
  11. Any
Implicitly
  1. by json2Date
  2. by json2Timestamp
  3. by orderingToOrdered
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsTimestamp(value: Timestamp)

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to any2stringadd[JsTimestamp] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (JsTimestamp, B)

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

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

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

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

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

    Permalink
    Definition Classes
    Ordered
  10. def apply(range: Range): JsArray

    Permalink
    Definition Classes
    JsValue
  11. def apply(start: Int, end: Int, step: Int): JsArray

    Permalink
    Definition Classes
    JsValue
  12. def apply(start: Int, end: Int): JsArray

    Permalink
    Definition Classes
    JsValue
  13. def apply(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  14. def apply(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  15. def applyDynamic(key: String)(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  16. def asBoolean: Boolean

    Permalink
    Definition Classes
    JsValue
  17. def asDate: LocalDate

    Permalink
    Definition Classes
    JsTimestampJsValue
  18. def asDateTime: LocalDateTime

    Permalink
    Definition Classes
    JsTimestampJsValue
  19. def asDecimal: BigDecimal

    Permalink
    Definition Classes
    JsValue
  20. def asDouble: Double

    Permalink
    Definition Classes
    JsTimestampJsValue
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def asInt: Int

    Permalink
    Definition Classes
    JsValue
  23. def asLong: Long

    Permalink
    Definition Classes
    JsTimestampJsValue
  24. def asTime: LocalTime

    Permalink
    Definition Classes
    JsTimestampJsValue
  25. def asTimestamp: Timestamp

    Permalink
    Definition Classes
    JsValue
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def compactPrint: String

    Permalink
    Definition Classes
    JsValue
  28. def compare(that: JsTimestamp): Int

    Permalink
    Definition Classes
    JsTimestamp → Ordered
  29. def compareTo(that: JsTimestamp): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  30. def ensuring(cond: (JsTimestamp) ⇒ Boolean, msg: ⇒ Any): JsTimestamp

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    JsTimestamp → Equals → AnyRef → Any
  36. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to StringFormat[JsTimestamp] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  38. def get(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  40. def getNanos(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  45. def prettyPrint: String

    Permalink
    Definition Classes
    JsValue
  46. def remove(index: Int): JsValue

    Permalink
    Definition Classes
    JsValue
  47. def remove(key: String): Option[JsValue]

    Permalink
    Definition Classes
    JsValue
  48. def selectDynamic(key: String): JsValue

    Permalink
    Definition Classes
    JsValue
  49. def setNanos(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def toLocalDateTime(): LocalDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    Definition Classes
    Timestamp
  52. def toString(): String

    Permalink
    Definition Classes
    JsTimestampJsValue → AnyRef → Any
  53. def update(index: Int, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  54. def update(key: String, value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  55. def updateDynamic(index: Int)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  56. def updateDynamic(key: String)(value: JsValue): JsValue

    Permalink
    Definition Classes
    JsValue
  57. val value: Timestamp

    Permalink
  58. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def [B](y: B): (JsTimestamp, B)

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

Shadowed Implicit Value Members

  1. def <(that: JsTimestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Ordered[JsTimestamp] 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:
    (jsTimestamp: Ordered[JsTimestamp]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: JsTimestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Ordered[JsTimestamp] 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:
    (jsTimestamp: Ordered[JsTimestamp]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: JsTimestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Ordered[JsTimestamp] 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:
    (jsTimestamp: Ordered[JsTimestamp]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: JsTimestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Ordered[JsTimestamp] 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:
    (jsTimestamp: Ordered[JsTimestamp]).>=(that)
    Definition Classes
    Ordered
  5. def after(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).after(arg0)
    Definition Classes
    Date
  6. def after(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).after(arg0)
    Definition Classes
    Timestamp
  7. def after(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).after(arg0)
    Definition Classes
    Date
  8. def before(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).before(arg0)
    Definition Classes
    Date
  9. def before(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).before(arg0)
    Definition Classes
    Timestamp
  10. def before(arg0: Date): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).before(arg0)
    Definition Classes
    Date
  11. def clone(): AnyRef

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).clone()
    Definition Classes
    Date → AnyRef
  12. def clone(): AnyRef

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).clone()
    Definition Classes
    Date → AnyRef
  13. def compare(that: JsTimestamp): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Ordered[JsTimestamp] 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:
    (jsTimestamp: Ordered[JsTimestamp]).compare(that)
    Definition Classes
    Ordered
  14. def compareTo(arg0: Date): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).compareTo(arg0)
    Definition Classes
    Date → Comparable
  15. def compareTo(arg0: Date): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).compareTo(arg0)
    Definition Classes
    Timestamp → Date → Comparable
  16. def compareTo(arg0: Timestamp): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).compareTo(arg0)
    Definition Classes
    Timestamp
  17. def compareTo(that: JsTimestamp): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Ordered[JsTimestamp] 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:
    (jsTimestamp: Ordered[JsTimestamp]).compareTo(that)
    Definition Classes
    Ordered → Comparable
  18. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).equals(arg0)
    Definition Classes
    Date → AnyRef → Any
  19. def equals(arg0: Any): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).equals(arg0)
    Definition Classes
    Timestamp → Date → AnyRef → Any
  20. def equals(arg0: Timestamp): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).equals(arg0)
    Definition Classes
    Timestamp
  21. def getTime(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getTime()
    Definition Classes
    Date
  22. def getTime(): Long

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getTime()
    Definition Classes
    Timestamp → Date
  23. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).hashCode()
    Definition Classes
    Date → AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).hashCode()
    Definition Classes
    Timestamp → Date → AnyRef → Any
  25. def setTime(arg0: Long): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).setTime(arg0)
    Definition Classes
    Date
  26. def setTime(arg0: Long): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).setTime(arg0)
    Definition Classes
    Timestamp → Date
  27. def toInstant(): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).toInstant()
    Definition Classes
    Date
  28. def toInstant(): Instant

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).toInstant()
    Definition Classes
    Timestamp → Date
  29. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).toString()
    Definition Classes
    Date → AnyRef → Any
  30. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).toString()
    Definition Classes
    Timestamp → Date → AnyRef → Any

Deprecated Value Members

  1. def getDate(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getDate()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def getDate(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getDate()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. def getDay(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getDay()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def getDay(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getDay()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  5. def getHours(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getHours()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  6. def getHours(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getHours()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. def getMinutes(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getMinutes()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. def getMinutes(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getMinutes()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def getMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getMonth()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def getMonth(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getMonth()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def getSeconds(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getSeconds()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  12. def getSeconds(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getSeconds()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  13. def getTimezoneOffset(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getTimezoneOffset()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  14. def getTimezoneOffset(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getTimezoneOffset()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  15. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).getYear()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  16. def getYear(): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).getYear()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  17. def setDate(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).setDate(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  18. def setDate(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).setDate(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  19. def setHours(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).setHours(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  20. def setHours(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).setHours(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  21. def setMinutes(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).setMinutes(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  22. def setMinutes(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).setMinutes(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  23. def setMonth(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).setMonth(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  24. def setMonth(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).setMonth(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  25. def setSeconds(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).setSeconds(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  26. def setSeconds(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).setSeconds(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  27. def setYear(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).setYear(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  28. def setYear(arg0: Int): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).setYear(arg0)
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  29. def toGMTString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).toGMTString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  30. def toGMTString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).toGMTString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  31. def toLocaleString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Date performed by method json2Date in smile.json.
    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:
    (jsTimestamp: Date).toLocaleString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  32. def toLocaleString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from JsTimestamp to Timestamp performed by method json2Timestamp in smile.json.
    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:
    (jsTimestamp: Timestamp).toLocaleString()
    Definition Classes
    Date
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Ordered[JsTimestamp]

Inherited from Comparable[JsTimestamp]

Inherited from JsValue

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion json2Date from JsTimestamp to Date

Inherited by implicit conversion json2Timestamp from JsTimestamp to Timestamp

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

Inherited by implicit conversion any2stringadd from JsTimestamp to any2stringadd[JsTimestamp]

Inherited by implicit conversion StringFormat from JsTimestamp to StringFormat[JsTimestamp]

Inherited by implicit conversion Ensuring from JsTimestamp to Ensuring[JsTimestamp]

Inherited by implicit conversion ArrowAssoc from JsTimestamp to ArrowAssoc[JsTimestamp]

Ungrouped