final class MythDateTime extends AnyVal

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

Instance Constructors

  1. new MythDateTime(instant: Instant)

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 day: Int
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. def hour: Int
  8. val instant: Instant
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def minute: Int
  11. def month: Int
  12. def mythformat: String
  13. def second: Int
  14. def toInstant: Instant
  15. def toIsoFormat: String
  16. def toLocalDateTime(zoneId: ZoneId = ZoneOffset.UTC): LocalDateTime
  17. def toMythFormat: String
  18. def toNaiveIsoFormat: String
  19. def toOffsetDateTime(offset: ZoneOffset = ZoneOffset.UTC): OffsetDateTime
  20. def toString(): String
    Definition Classes
    MythDateTime → Any
  21. def toTimestamp: Long
  22. def toZonedDateTime(zoneId: ZoneId = ZoneOffset.UTC): ZonedDateTime
  23. def year: Int

Inherited from AnyVal

Inherited from Any

Ungrouped