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.Local typeclass requirements.

Supports only dtc.Local 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 minus(d: Duration): JSDate

    Permalink
  21. def minute: Int

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

    Permalink
  23. def month: Int

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

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

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

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

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

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

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

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

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

    Permalink
  33. def second: Int

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def toLocalDate: LocalDate

    Permalink
  37. def toLocalTime: LocalTime

    Permalink
  38. def toString(): String

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

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

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

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

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

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

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

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

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

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

    Permalink
  49. def year: Int

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped