StaticZonedDateTime

Companion
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(year: Int, month: Int, dayOfMonth: Int, hour: Int, minutes: Int, seconds: Int, nanoSeconds: Int, zoneId: ZoneId): ZonedDateTime
Inherited from
StaticZonedDateTime
def lastDay(): ZonedDateTime
Inherited from
StaticZonedDateTime
def lastHour(): ZonedDateTime
Inherited from
StaticZonedDateTime
def lastMinute(): ZonedDateTime
Inherited from
StaticZonedDateTime
def lastMonth(): ZonedDateTime
Inherited from
StaticZonedDateTime
def lastSecond(): ZonedDateTime
Inherited from
StaticZonedDateTime
def lastWeek(): ZonedDateTime
Inherited from
StaticZonedDateTime
def lastYear(): ZonedDateTime
Inherited from
StaticZonedDateTime
def nextDay(): ZonedDateTime
Inherited from
StaticZonedDateTime
def nextHour(): ZonedDateTime
Inherited from
StaticZonedDateTime
def nextMinute(): ZonedDateTime
Inherited from
StaticZonedDateTime
def nextMonth(): ZonedDateTime
Inherited from
StaticZonedDateTime
def nextSecond(): ZonedDateTime
Inherited from
StaticZonedDateTime
def nextWeek(): ZonedDateTime
Inherited from
StaticZonedDateTime
def nextYear(): ZonedDateTime
Inherited from
StaticZonedDateTime
def now(zone: ZoneId): ZonedDateTime
Inherited from
StaticZonedDateTime
def now(): ZonedDateTime
Inherited from
StaticZonedDateTime
def ofDate(date: Date, zoneId: ZoneId): ZonedDateTime
Inherited from
StaticZonedDateTime
def ofInstant(instant: Instant, zoneId: ZoneId): ZonedDateTime
Inherited from
StaticZonedDateTime
def ofLocalDate(date: LocalDate): ZonedDateTime
Inherited from
StaticZonedDateTime
def ofLocalDateAndTime(date: LocalDate, time: LocalTime, zoneId: ZoneId): ZonedDateTime
Inherited from
StaticZonedDateTime
def ofLocalDateTime(date: LocalDateTime, zoneId: ZoneId): ZonedDateTime
Inherited from
StaticZonedDateTime
def parse(str: String, formatter: DateTimeFormatter): ZonedDateTime
Inherited from
StaticZonedDateTime
def parse(str: String): ZonedDateTime
Inherited from
StaticZonedDateTime
def tomorrow(): ZonedDateTime
Inherited from
StaticZonedDateTime
def yesterday(): ZonedDateTime
Inherited from
StaticZonedDateTime