Class/Object

dtc.js

MomentZonedDateTime

Related Docs: object MomentZonedDateTime | package js

Permalink

class MomentZonedDateTime extends MomentDateTime[MomentZonedDateTime]

Zone aware mutability safe wrapper around momentjs Date.

Works in tz mode, effectively providing a zoned datetime value with DST support.

Wrapper also overrides semantics to JVM-identical.

Source
MomentZonedDateTime.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MomentZonedDateTime
  2. MomentDateTime
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentZonedDateTime to any2stringadd[MomentZonedDateTime] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MomentZonedDateTime, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentZonedDateTime to ArrowAssoc[MomentZonedDateTime] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def copy: Date

    Permalink

    create a copy of underlying value.

    create a copy of underlying value. used for modifications

    Attributes
    protected
    Definition Classes
    MomentDateTime
  9. def dayOfMonth: Int

    Permalink
    Definition Classes
    MomentDateTime
  10. def dayOfWeek: DayOfWeek

    Permalink
    Definition Classes
    MomentDateTime
  11. def daysUntil(other: MomentZonedDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  12. def ensuring(cond: (MomentZonedDateTime) ⇒ Boolean, msg: ⇒ Any): MomentZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentZonedDateTime to Ensuring[MomentZonedDateTime] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (MomentZonedDateTime) ⇒ Boolean): MomentZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentZonedDateTime to Ensuring[MomentZonedDateTime] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): MomentZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentZonedDateTime to Ensuring[MomentZonedDateTime] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): MomentZonedDateTime

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentZonedDateTime to Ensuring[MomentZonedDateTime] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentZonedDateTime to StringFormat[MomentZonedDateTime] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hour: Int

    Permalink
    Definition Classes
    MomentDateTime
  23. def hoursUntil(other: MomentZonedDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def jsGetTime: Double

    Permalink

    Raw long instant value of this datetime instance

    Raw long instant value of this datetime instance

    Definition Classes
    MomentDateTime
  26. def millisecond: Int

    Permalink
    Definition Classes
    MomentDateTime
  27. def millisecondsUntil(other: MomentZonedDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  28. def minute: Int

    Permalink
    Definition Classes
    MomentDateTime
  29. def minutesUntil(other: MomentZonedDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  30. def month: Int

    Permalink
    Definition Classes
    MomentDateTime
  31. def monthsUntil(other: MomentZonedDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def plus(d: Duration): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  36. def plusMillis(n: Long): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentZonedDateTimeMomentDateTime
  37. def plusMonths(n: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  38. def plusYears(n: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  39. def second: Int

    Permalink
    Definition Classes
    MomentDateTime
  40. def secondsUntil(other: MomentZonedDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toLocalDate: LocalDate

    Permalink
    Definition Classes
    MomentDateTime
  43. def toLocalTime: LocalTime

    Permalink
    Definition Classes
    MomentDateTime
  44. def toString(): String

    Permalink
    Definition Classes
    MomentDateTime → AnyRef → Any
  45. val underlying: Date

    Permalink

    underlying moment-js value

    underlying moment-js value

    Attributes
    protected
    Definition Classes
    MomentZonedDateTimeMomentDateTime
  46. def updated(modifier: (Date) ⇒ Date): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentZonedDateTimeMomentDateTime
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withDayOfMonth(dayOfMonth: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  51. def withHour(hour: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  52. def withMillisecond(millisecond: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  53. def withMinute(minute: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  54. def withMonth(month: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  55. def withSecond(second: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  56. def withYear(year: Int): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  57. def withZoneSameInstant(newZone: TimeZoneId): MomentZonedDateTime

    Permalink
  58. def withZoneSameLocal(newZone: TimeZoneId): MomentZonedDateTime

    Permalink
  59. def year: Int

    Permalink
    Definition Classes
    MomentDateTime
  60. def yearsUntil(other: MomentZonedDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  61. val zone: TimeZoneId

    Permalink
  62. def [B](y: B): (MomentZonedDateTime, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentZonedDateTime to ArrowAssoc[MomentZonedDateTime] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MomentZonedDateTime to any2stringadd[MomentZonedDateTime]

Inherited by implicit conversion StringFormat from MomentZonedDateTime to StringFormat[MomentZonedDateTime]

Inherited by implicit conversion Ensuring from MomentZonedDateTime to Ensuring[MomentZonedDateTime]

Inherited by implicit conversion ArrowAssoc from MomentZonedDateTime to ArrowAssoc[MomentZonedDateTime]

Ungrouped