final class JodaUnixTimeInMillisConverter extends AnyVal

Unix Time Converter to several types.

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

Instance Constructors

  1. new JodaUnixTimeInMillisConverter(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. def toJodaDateTime: DateTime
  8. def toJodaDateTimeWithTimeZone(timezone: DateTimeZone): DateTime
  9. def toJodaDateTimeWithZoneId(zoneId: ZoneId): DateTime
  10. def toJodaLocalDate: LocalDate
  11. def toJodaLocalDateTime: LocalDateTime
  12. def toJodaLocalDateTimeWithTimeZone(timezone: DateTimeZone): LocalDateTime
  13. def toJodaLocalDateTimeWithZoneId(zoneId: ZoneId): LocalDateTime
  14. def toJodaLocalDateWithTimeZone(timezone: DateTimeZone): LocalDate
  15. def toJodaLocalDateWithZoneId(zoneId: ZoneId): LocalDate
  16. def toJodaLocalTime: LocalTime
  17. def toJodaLocalTimeWithTimeZone(timezone: DateTimeZone): LocalTime
  18. def toJodaLocalTimeWithZoneId(zoneId: ZoneId): LocalTime
  19. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped