Class/Object

dtc.js

JSDate

Related Docs: object JSDate | package js

Permalink

class JSDate extends AnyRef

Mutability safe wrapper around plain JS Date.

Shouldn't be used as a standalone thing as API is just enough to fit dtc.LocalDateTimeTC typeclass requirements.

Supports only dtc.LocalDateTimeTC typeclass due to weak time-zone capabilities.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JSDate
  2. AnyRef
  3. 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 dayOfMonth: Int

    Permalink
  7. def dayOfWeek: DayOfWeek

    Permalink
  8. def daysUntil(other: JSDate): Long

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

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

    Permalink
  15. def hoursUntil(other: JSDate): Long

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def jsGetTime: Double

    Permalink
  18. def millisecond: Int

    Permalink
  19. def millisecondsUntil(other: JSDate): Long

    Permalink
  20. def minute: Int

    Permalink
  21. def minutesUntil(other: JSDate): Long

    Permalink
  22. def month: Int

    Permalink
  23. def monthsUntil(other: JSDate): Long

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def plus(d: Duration): JSDate

    Permalink
  28. def plusMillis(n: Long): JSDate

    Permalink
  29. def plusMonths(n: Int): JSDate

    Permalink
  30. def plusYears(n: Int): JSDate

    Permalink
  31. def second: Int

    Permalink
  32. def secondsUntil(other: JSDate): Long

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toLocalDate: LocalDate

    Permalink
  35. def toLocalTime: LocalTime

    Permalink
  36. def toString(): String

    Permalink
    Definition Classes
    JSDate → AnyRef → Any
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withDayOfMonth(dayOfMonth: Int): JSDate

    Permalink
  41. def withHour(hour: Int): JSDate

    Permalink
  42. def withMillisecond(millisecond: Int): JSDate

    Permalink
  43. def withMinute(minute: Int): JSDate

    Permalink
  44. def withMonth(month: Int): JSDate

    Permalink
  45. def withSecond(second: Int): JSDate

    Permalink
  46. def withYear(year: Int): JSDate

    Permalink
  47. def year: Int

    Permalink
  48. def yearsUntil(other: JSDate): Long

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped