object date extends DateUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- date
- DateUtils
- HideToString
- DateRangeChecker
- DateConstants
- DateConversions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def APRIL: Month
- Definition Classes
- DateConstants
- def AUGUST: Month
- Definition Classes
- DateConstants
- def DECEMBER: Month
- Definition Classes
- DateConstants
- def FEBRUARY: Month
- Definition Classes
- DateConstants
- def FRIDAY: DayOfWeek
- Definition Classes
- DateConstants
- def JANUARY: Month
- Definition Classes
- DateConstants
- def JULY: Month
- Definition Classes
- DateConstants
- def JUNE: Month
- Definition Classes
- DateConstants
- def MARCH: Month
- Definition Classes
- DateConstants
- def MAY: Month
- Definition Classes
- DateConstants
- def MONDAY: DayOfWeek
- Definition Classes
- DateConstants
- def NOVEMBER: Month
- Definition Classes
- DateConstants
- def OCTOBER: Month
- Definition Classes
- DateConstants
- def SATURDAY: DayOfWeek
- Definition Classes
- DateConstants
- def SEPTEMBER: Month
- Definition Classes
- DateConstants
- def SUNDAY: DayOfWeek
- Definition Classes
- DateConstants
- def THURSDAY: DayOfWeek
- Definition Classes
- DateConstants
- def TUESDAY: DayOfWeek
- Definition Classes
- DateConstants
- def UTCOffset(): ZoneOffset
- Definition Classes
- DateConstants
- Annotations
- @Documentation()
- def WEDNESDAY: DayOfWeek
- Definition Classes
- DateConstants
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clock: Clock
- Attributes
- protected
- Definition Classes
- DateUtils → DateConstants → DateConversions
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def defaultTimeZone(): ZoneId
- Definition Classes
- DateConstants
- Annotations
- @Documentation()
- def durationBetween(startDateInclusive: Temporal, endDateExclusive: Temporal): Duration
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def isBetween(date: LocalDateTime, fromInclusive: LocalDateTime, toInclusive: LocalDateTime): Boolean
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- def isBetween(date: LocalDate, fromInclusive: LocalDate, toInclusive: LocalDate): Boolean
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- def isBetween(month: Month, fromInclusive: Month, toInclusive: Month): Boolean
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- def isBetween(dayOfWeek: DayOfWeek, fromInclusive: DayOfWeek, toInclusive: DayOfWeek): Boolean
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- def isBetween(time: LocalTime, fromInclusive: LocalTime, toInclusive: LocalTime): Boolean
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localDateTime(date: LocalDate, time: LocalTime): LocalDateTime
- Definition Classes
- DateConversions
- Annotations
- @Documentation()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def now(): Instant
- Definition Classes
- DateUtils
- Annotations
- @Documentation()
- def nowAtDefaultTimeZone(): ZonedDateTime
- Definition Classes
- DateUtils
- Annotations
- @Documentation()
- def nowAtOffset(zoneOffset: ZoneOffset): OffsetDateTime
- Definition Classes
- DateUtils
- Annotations
- @Documentation()
- def nowAtZone(zoneId: ZoneId): ZonedDateTime
- Definition Classes
- DateUtils
- Annotations
- @Documentation()
- def periodBetween(startDateInclusive: OffsetDateTime, endDateExclusive: OffsetDateTime): Period
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- def periodBetween(startDateInclusive: ZonedDateTime, endDateExclusive: ZonedDateTime): Period
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- def periodBetween(startDateInclusive: LocalDate, endDateExclusive: LocalDate): Period
- Definition Classes
- DateRangeChecker
- Annotations
- @Documentation()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toEpochMilli(offset: LocalDateTime, zoneOffset: ZoneOffset): Long
- Definition Classes
- DateConversions
- Annotations
- @Documentation()
- def toEpochMilli(offset: LocalDateTime, zone: ZoneId): Long
- Definition Classes
- DateConversions
- Annotations
- @Documentation()
- def toEpochMilli(offset: OffsetDateTime): Long
- Definition Classes
- DateConversions
- Annotations
- @Documentation()
- def toEpochMilli(zoned: ZonedDateTime): Long
- Definition Classes
- DateConversions
- Annotations
- @Documentation()
- def toInstant(timestampMillis: Long): Instant
- Definition Classes
- DateConversions
- Annotations
- @Documentation()
- def toInstantAtDefaultTimeZone(localDateTime: LocalDateTime): Instant
- Definition Classes
- DateConversions
- Annotations
- @Documentation()
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def zone(zoneId: String): ZoneId
- Definition Classes
- DateUtils
- Annotations
- @Documentation()
- def zoneOffset(offsetId: String): ZoneOffset
- Definition Classes
- DateUtils
- Annotations
- @Documentation()
- def zuluTimeZone(): ZoneId
- Definition Classes
- DateConstants
- Annotations
- @Documentation()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)