Packages

class DateUtils extends DateConversions with DateConstants with DateRangeChecker with HideToString

Linear Supertypes
HideToString, DateRangeChecker, DateConstants, DateConversions, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DateUtils
  2. HideToString
  3. DateRangeChecker
  4. DateConstants
  5. DateConversions
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DateUtils(clock: Clock)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def APRIL: Month
    Definition Classes
    DateConstants
  5. def AUGUST: Month
    Definition Classes
    DateConstants
  6. def DECEMBER: Month
    Definition Classes
    DateConstants
  7. def FEBRUARY: Month
    Definition Classes
    DateConstants
  8. def FRIDAY: DayOfWeek
    Definition Classes
    DateConstants
  9. def JANUARY: Month
    Definition Classes
    DateConstants
  10. def JULY: Month
    Definition Classes
    DateConstants
  11. def JUNE: Month
    Definition Classes
    DateConstants
  12. def MARCH: Month
    Definition Classes
    DateConstants
  13. def MAY: Month
    Definition Classes
    DateConstants
  14. def MONDAY: DayOfWeek
    Definition Classes
    DateConstants
  15. def NOVEMBER: Month
    Definition Classes
    DateConstants
  16. def OCTOBER: Month
    Definition Classes
    DateConstants
  17. def SATURDAY: DayOfWeek
    Definition Classes
    DateConstants
  18. def SEPTEMBER: Month
    Definition Classes
    DateConstants
  19. def SUNDAY: DayOfWeek
    Definition Classes
    DateConstants
  20. def THURSDAY: DayOfWeek
    Definition Classes
    DateConstants
  21. def TUESDAY: DayOfWeek
    Definition Classes
    DateConstants
  22. def UTCOffset(): ZoneOffset
    Definition Classes
    DateConstants
    Annotations
    @Documentation()
  23. def WEDNESDAY: DayOfWeek
    Definition Classes
    DateConstants
  24. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  25. val clock: Clock
    Attributes
    protected
    Definition Classes
    DateUtilsDateConstantsDateConversions
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  27. def defaultTimeZone(): ZoneId
    Definition Classes
    DateConstants
    Annotations
    @Documentation()
  28. def durationBetween(startDateInclusive: Temporal, endDateExclusive: Temporal): Duration
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  31. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  33. def isBetween(date: LocalDateTime, fromInclusive: LocalDateTime, toInclusive: LocalDateTime): Boolean
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  34. def isBetween(date: LocalDate, fromInclusive: LocalDate, toInclusive: LocalDate): Boolean
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  35. def isBetween(month: Month, fromInclusive: Month, toInclusive: Month): Boolean
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  36. def isBetween(dayOfWeek: DayOfWeek, fromInclusive: DayOfWeek, toInclusive: DayOfWeek): Boolean
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  37. def isBetween(time: LocalTime, fromInclusive: LocalTime, toInclusive: LocalTime): Boolean
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def localDateTime(date: LocalDate, time: LocalTime): LocalDateTime
    Definition Classes
    DateConversions
    Annotations
    @Documentation()
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  43. def now(): Instant
    Annotations
    @Documentation()
  44. def nowAtDefaultTimeZone(): ZonedDateTime
    Annotations
    @Documentation()
  45. def nowAtOffset(zoneOffset: ZoneOffset): OffsetDateTime
    Annotations
    @Documentation()
  46. def nowAtZone(zoneId: ZoneId): ZonedDateTime
    Annotations
    @Documentation()
  47. def periodBetween(startDateInclusive: OffsetDateTime, endDateExclusive: OffsetDateTime): Period
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  48. def periodBetween(startDateInclusive: ZonedDateTime, endDateExclusive: ZonedDateTime): Period
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  49. def periodBetween(startDateInclusive: LocalDate, endDateExclusive: LocalDate): Period
    Definition Classes
    DateRangeChecker
    Annotations
    @Documentation()
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def toEpochMilli(offset: LocalDateTime, zoneOffset: ZoneOffset): Long
    Definition Classes
    DateConversions
    Annotations
    @Documentation()
  52. def toEpochMilli(offset: LocalDateTime, zone: ZoneId): Long
    Definition Classes
    DateConversions
    Annotations
    @Documentation()
  53. def toEpochMilli(offset: OffsetDateTime): Long
    Definition Classes
    DateConversions
    Annotations
    @Documentation()
  54. def toEpochMilli(zoned: ZonedDateTime): Long
    Definition Classes
    DateConversions
    Annotations
    @Documentation()
  55. def toInstant(timestampMillis: Long): Instant
    Definition Classes
    DateConversions
    Annotations
    @Documentation()
  56. def toInstantAtDefaultTimeZone(localDateTime: LocalDateTime): Instant
    Definition Classes
    DateConversions
    Annotations
    @Documentation()
  57. def toString(): String
    Definition Classes
    AnyRef → Any
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def zone(zoneId: String): ZoneId
    Annotations
    @Documentation()
  62. def zoneOffset(offsetId: String): ZoneOffset
    Annotations
    @Documentation()
  63. def zuluTimeZone(): ZoneId
    Definition Classes
    DateConstants
    Annotations
    @Documentation()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from HideToString

Inherited from DateRangeChecker

Inherited from DateConstants

Inherited from DateConversions

Inherited from AnyRef

Inherited from Any

Ungrouped