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.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MomentLocalDateTime
  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: MomentLocalDateTime): 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
    MomentLocalDateTime → 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: MomentLocalDateTime): 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: MomentLocalDateTime): Long

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

    Permalink
    Definition Classes
    MomentDateTime
  23. def minute: Int

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

    Permalink
    Definition Classes
    MomentDateTime
  25. def month: Int

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

    Permalink
    Definition Classes
    MomentDateTime
  31. def plusDays(n: Int): MomentLocalDateTime

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

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

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

    Permalink
    Definition Classes
    MomentDateTime
  35. def second: Int

    Permalink
    Definition Classes
    MomentDateTime
  36. def secondsUntil(other: MomentLocalDateTime): Long

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

    Permalink
    Definition Classes
    AnyRef
  38. def toLocalDate: LocalDate

    Permalink
    Definition Classes
    MomentDateTime
  39. def toLocalTime: LocalTime

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

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

    Permalink

    underlying moment-js value

    underlying moment-js value

    Attributes
    protected
    Definition Classes
    MomentLocalDateTimeMomentDateTime
  42. def underlyingMoment: Date

    Permalink

    Safe copy of underlying moment-js time

    Safe copy of underlying moment-js time

    Definition Classes
    MomentDateTime
  43. def updated(modifier: (Date) ⇒ Date): MomentLocalDateTime

    Permalink
    Attributes
    protected
    Definition Classes
    MomentLocalDateTimeMomentDateTime
  44. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withDate(date: LocalDate): MomentLocalDateTime

    Permalink
    Definition Classes
    MomentDateTime
  48. def withDayOfMonth(dayOfMonth: Int): MomentLocalDateTime

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

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

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

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

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

    Permalink
    Definition Classes
    MomentDateTime
  54. def withTime(time: LocalTime): MomentLocalDateTime

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

    Permalink
    Definition Classes
    MomentDateTime
  56. def year: Int

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

    Permalink
    Definition Classes
    MomentDateTime

Inherited from AnyRef

Inherited from Any

Ungrouped