Packages

c

scalikejdbc

UnixTimeInMillisConverter

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)

    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
  8. def toJavaUtilDate: Date
  9. def toJodaDateTime: DateTime
  10. def toJodaDateTimeWithTimeZone(timezone: DateTimeZone): DateTime
  11. def toJodaLocalDate: LocalDate
  12. def toJodaLocalDateTime: LocalDateTime
  13. def toJodaLocalDateTimeWithTimeZone(timezone: DateTimeZone): LocalDateTime
  14. def toJodaLocalDateWithTimeZone(timezone: DateTimeZone): LocalDate
  15. def toJodaLocalTime: LocalTime
  16. def toJodaLocalTimeWithTimeZone(timezone: DateTimeZone): LocalTime
  17. def toSqlDate: Date
  18. def toSqlTime: Time
  19. def toSqlTimestamp: Timestamp
  20. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped