scalikejdbc

UnixTimeInMillisConverter

final class UnixTimeInMillisConverter extends AnyVal

Unix Time Converter to several types.

Source
UnixTimeInMillisConverter.scala
Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UnixTimeInMillisConverter
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnixTimeInMillisConverter(millis: Long)

    millis

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

Value Members

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

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

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

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

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

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

    Definition Classes
    Any
  7. val millis: Long

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

  8. def toInstant: Instant

  9. def toJavaUtilDate: Date

  10. def toJodaDateTime: DateTime

  11. def toJodaDateTimeWithTimeZone(timezone: DateTimeZone): DateTime

  12. def toJodaLocalDate: LocalDate

  13. def toJodaLocalDateTime: LocalDateTime

  14. def toJodaLocalDateTimeWithTimeZone(timezone: DateTimeZone): LocalDateTime

  15. def toJodaLocalDateWithTimeZone(timezone: DateTimeZone): LocalDate

  16. def toJodaLocalTime: LocalTime

  17. def toJodaLocalTimeWithTimeZone(timezone: DateTimeZone): LocalTime

  18. def toLocalDate: LocalDate

  19. def toLocalDateTime: LocalDateTime

  20. def toLocalTime: LocalTime

  21. def toOffsetDateTime: OffsetDateTime

  22. def toSqlDate: Date

  23. def toSqlTime: Time

  24. def toSqlTimestamp: Timestamp

  25. def toString(): String

    Definition Classes
    Any
  26. def toZonedDateTime: ZonedDateTime

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped