object Timestamp extends TimePlatformCompat

The smithy4s.TimePlatformCompat contains all the platform-specific code that has to do with retrieving time from the system, and is provided for the hree platforms (jvm/js/native.)

Linear Supertypes
TimePlatformCompat, TimestampCompanion, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Timestamp
  2. TimePlatformCompat
  3. TimestampCompanion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Schematic[F[_]] extends AnyRef
  2. case class Error extends RuntimeException with Product with Serializable
    Definition Classes
    TimestampCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(year: Int, month: Int, day: Int, hour: Int, minute: Int, second: Int, nanoseconds: Int): Timestamp
    Definition Classes
    TimePlatformCompat → TimestampCompanion
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def fromEpochSecond(epochSecond: Long): Timestamp
    Definition Classes
    TimePlatformCompat → TimestampCompanion
  11. def fromInstant(instant: Instant): Timestamp
    Definition Classes
    TimePlatformCompat
  12. def fromLocalDate(date: LocalDate): Timestamp
    Definition Classes
    TimePlatformCompat
  13. def fromOffsetDateTime(dateTime: OffsetDateTime): Timestamp
    Definition Classes
    TimePlatformCompat
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def nowUTC(): Timestamp
    Definition Classes
    TimePlatformCompat → TimestampCompanion
  21. def parse(string: String, format: TimestampFormat): Option[Timestamp]
    Definition Classes
    TimestampCompanion
  22. def parseDateTime(string: String): Option[Timestamp]
    Attributes
    protected
    Definition Classes
    TimePlatformCompat → TimestampCompanion
  23. def parseHttpDate(string: String): Option[Timestamp]
    Attributes
    protected
    Definition Classes
    TimePlatformCompat → TimestampCompanion
  24. def showFormat(format: TimestampFormat): String
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. object Schema extends schematic.Schema[Schematic, Timestamp]

Inherited from TimePlatformCompat

Inherited from TimestampCompanion

Inherited from AnyRef

Inherited from Any

Ungrouped