Class/Object

dtc.js

MomentLocalDateTime

Related Docs: object MomentLocalDateTime | package js

Permalink

class MomentLocalDateTime extends MomentDateTime[MomentLocalDateTime]

Mutability safe wrapper around momentjs Date.

Performs all operations in UTC mode, effectively providing a local date time value.

Wrapper also overrides semantics to JVM-identical.

Source
MomentLocalDateTime.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MomentLocalDateTime
  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 MomentLocalDateTime to any2stringadd[MomentLocalDateTime] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MomentLocalDateTime, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentLocalDateTime to ArrowAssoc[MomentLocalDateTime] 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: MomentLocalDateTime): Long

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from MomentLocalDateTime to Ensuring[MomentLocalDateTime] 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 MomentLocalDateTime to StringFormat[MomentLocalDateTime] 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: MomentLocalDateTime): 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: MomentLocalDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  28. def minute: Int

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

    Permalink
    Definition Classes
    MomentDateTime
  30. def month: Int

    Permalink
    Definition Classes
    MomentDateTime
  31. def monthsUntil(other: MomentLocalDateTime): 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): MomentLocalDateTime

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

    Permalink
    Definition Classes
    MomentLocalDateTimeMomentDateTime
  37. def plusMonths(n: Int): MomentLocalDateTime

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

    Permalink
    Definition Classes
    MomentDateTime
  39. def second: Int

    Permalink
    Definition Classes
    MomentDateTime
  40. def secondsUntil(other: MomentLocalDateTime): 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
    MomentLocalDateTimeMomentDateTime
  46. def updated(modifier: (Date) ⇒ Date): MomentLocalDateTime

    Permalink
    Attributes
    protected
    Definition Classes
    MomentLocalDateTimeMomentDateTime
  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): MomentLocalDateTime

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

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

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

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

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

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

    Permalink
    Definition Classes
    MomentDateTime
  57. def year: Int

    Permalink
    Definition Classes
    MomentDateTime
  58. def yearsUntil(other: MomentLocalDateTime): Long

    Permalink
    Definition Classes
    MomentDateTime
  59. def [B](y: B): (MomentLocalDateTime, B)

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

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped