object StaticZonedDateTime extends StaticZonedDateTime
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StaticZonedDateTime
- StaticZonedDateTime
- 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 apply(year: Int, month: Int, dayOfMonth: Int, hour: Int = 0, minutes: Int = 0, seconds: Int = 0, nanoSeconds: Int = 0, zoneId: ZoneId = ZoneId.systemDefault()): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lastDay(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def lastHour(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def lastMinute(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def lastMonth(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def lastSecond(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def lastWeek(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def lastYear(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextDay(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def nextHour(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def nextMinute(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def nextMonth(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def nextSecond(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def nextWeek(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def nextYear(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def now(zone: ZoneId): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def now(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def ofDate(date: Date, zoneId: ZoneId = ZoneId.systemDefault()): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def ofInstant(instant: Instant, zoneId: ZoneId = ZoneId.systemDefault()): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def ofLocalDate(date: LocalDate): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def ofLocalDateAndTime(date: LocalDate, time: LocalTime = LocalTime.of(0, 0), zoneId: ZoneId = ZoneId.systemDefault()): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def ofLocalDateTime(date: LocalDateTime, zoneId: ZoneId = ZoneId.systemDefault()): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def parse(str: String, formatter: DateTimeFormatter): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- def parse(str: String): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tomorrow(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def yesterday(): ZonedDateTime
- Definition Classes
- StaticZonedDateTime