Class

scalikejdbc

UnixTimeInMillisConverter

Related Doc: package scalikejdbc

Permalink

final class UnixTimeInMillisConverter extends AnyVal

Unix Time Converter to several types.

Source
UnixTimeInMillisConverter.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnixTimeInMillisConverter
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnixTimeInMillisConverter(millis: Long)

    Permalink

    millis

    the milliseconds from 1970-01-01T00:00:00Z

Value Members

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

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

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

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  7. val millis: Long

    Permalink

    the milliseconds from 1970-01-01T00:00:00Z

  8. def toInstant: Instant

    Permalink
  9. def toJavaUtilDate: Date

    Permalink
  10. def toJodaDateTime: DateTime

    Permalink
  11. def toJodaDateTimeWithTimeZone(timezone: DateTimeZone): DateTime

    Permalink
  12. def toJodaLocalDate: LocalDate

    Permalink
  13. def toJodaLocalDateTime: LocalDateTime

    Permalink
  14. def toJodaLocalDateTimeWithTimeZone(timezone: DateTimeZone): LocalDateTime

    Permalink
  15. def toJodaLocalDateWithTimeZone(timezone: DateTimeZone): LocalDate

    Permalink
  16. def toJodaLocalTime: LocalTime

    Permalink
  17. def toJodaLocalTimeWithTimeZone(timezone: DateTimeZone): LocalTime

    Permalink
  18. def toLocalDate: LocalDate

    Permalink
  19. def toLocalDateTime: LocalDateTime

    Permalink
  20. def toLocalTime: LocalTime

    Permalink
  21. def toOffsetDateTime: OffsetDateTime

    Permalink
  22. def toSqlDate: Date

    Permalink
  23. def toSqlTime: Time

    Permalink
  24. def toSqlTimestamp: Timestamp

    Permalink
  25. def toString(): String

    Permalink
    Definition Classes
    Any
  26. def toZonedDateTime: ZonedDateTime

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped