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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MomentZonedDateTime
  2. MomentDateTime
  3. AnyRef
  4. Any
  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. final def ==(arg0: Any): Boolean

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

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

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

    Permalink

    create a copy of underlying value.

    create a copy of underlying value. used for modifications

    Attributes
    protected
    Definition Classes
    MomentDateTime
  7. def dayOfMonth: Int

    Permalink
    Definition Classes
    MomentDateTime
  8. def dayOfWeek: DayOfWeek

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

    Permalink
    Definition Classes
    MomentDateTime
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(obj: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def format(formatString: String): String

    Permalink
    Definition Classes
    MomentDateTime
  14. final def getClass(): Class[_]

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

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

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

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

    Permalink
    Definition Classes
    Any
  19. def jsGetTime: Double

    Permalink

    Raw long instant value of this datetime instance

    Raw long instant value of this datetime instance

    Definition Classes
    MomentDateTime
  20. def millisecond: Int

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

    Permalink
    Definition Classes
    MomentDateTime
  22. def minus(d: Duration): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  23. def minute: Int

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

    Permalink
    Definition Classes
    MomentDateTime
  25. def month: Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def offset: Offset

    Permalink
  31. def plus(d: Duration): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  32. def plusDays(n: Int): MomentZonedDateTime

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

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

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

    Permalink
    Definition Classes
    MomentDateTime
  36. def second: Int

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def toLocalDate: LocalDate

    Permalink
    Definition Classes
    MomentDateTime
  40. def toLocalTime: LocalTime

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

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

    Permalink

    underlying moment-js value

    underlying moment-js value

    Attributes
    protected
    Definition Classes
    MomentZonedDateTimeMomentDateTime
  43. def underlyingMoment: Date

    Permalink

    Safe copy of underlying moment-js time

    Safe copy of underlying moment-js time

    Definition Classes
    MomentDateTime
  44. def updated(modifier: (Date) ⇒ Date): MomentZonedDateTime

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def withDate(date: LocalDate): MomentZonedDateTime

    Permalink
    Definition Classes
    MomentDateTime
  49. def withDayOfMonth(dayOfMonth: Int): MomentZonedDateTime

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

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

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

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

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

    Permalink
    Definition Classes
    MomentDateTime
  55. def withTime(time: LocalTime): 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

Inherited from AnyRef

Inherited from Any

Ungrouped