nscala-java-time
nscala-java-time
com.github.nscala_java_time
PimpedType
com.github.nscala_java_time.time
Implicits
Implicits
Imports
Imports
IntImplicits
IntImplicits
OrderingImplicits
OrderingImplicits
RichDateTimeFormatter
RichDuration
RichInstant
RichInt
RichLocalDate
RichLocalDateTime
RichLocalTime
RichLong
RichPeriod
RichString
RichZoneId
RichZonedDateTime
ScalaJavaTimeImplicits
ScalaJavaTimeImplicits
SharedImports
SharedStaticForwarderImports
SharedTypeImports
StaticDateTimeFormatter
StaticDateTimeFormatter
StaticDuration
StaticDuration
StaticForwarderImports
StaticForwarderImports
StaticInstant
StaticInstant
StaticLocalDate
StaticLocalDate
StaticLocalDateTime
StaticLocalDateTime
StaticLocalTime
StaticLocalTime
StaticMonthDay
StaticMonthDay
StaticPeriod
StaticPeriod
StaticYearMonth
StaticYearMonth
StaticZoneId
StaticZoneId
StaticZonedDateTime
StaticZonedDateTime
StringImplicits
StringImplicits
TypeImports
TypeImports
nscala-java-time
/
com.github.nscala_java_time.time
/
StaticZonedDateTime
StaticZonedDateTime
trait
StaticZonedDateTime
Companion
object
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
object
StaticZonedDateTime
Value members
Value members
Concrete methods
def
apply
(year:
Int
, month:
Int
, dayOfMonth:
Int
, hour:
Int
, minutes:
Int
, seconds:
Int
, nanoSeconds:
Int
, zoneId:
ZoneId
):
ZonedDateTime
def
lastDay
():
ZonedDateTime
def
lastHour
():
ZonedDateTime
def
lastMinute
():
ZonedDateTime
def
lastMonth
():
ZonedDateTime
def
lastSecond
():
ZonedDateTime
def
lastWeek
():
ZonedDateTime
def
lastYear
():
ZonedDateTime
def
nextDay
():
ZonedDateTime
def
nextHour
():
ZonedDateTime
def
nextMinute
():
ZonedDateTime
def
nextMonth
():
ZonedDateTime
def
nextSecond
():
ZonedDateTime
def
nextWeek
():
ZonedDateTime
def
nextYear
():
ZonedDateTime
def
now
():
ZonedDateTime
def
now
(zone:
ZoneId
):
ZonedDateTime
def
ofDate
(date:
Date
, zoneId:
ZoneId
):
ZonedDateTime
def
ofInstant
(instant:
Instant
, zoneId:
ZoneId
):
ZonedDateTime
def
ofLocalDate
(date:
LocalDate
):
ZonedDateTime
def
ofLocalDateAndTime
(date:
LocalDate
, time:
LocalTime
, zoneId:
ZoneId
):
ZonedDateTime
def
ofLocalDateTime
(date:
LocalDateTime
, zoneId:
ZoneId
):
ZonedDateTime
def
parse
(str:
String
):
ZonedDateTime
def
parse
(str:
String
, formatter:
DateTimeFormatter
):
ZonedDateTime
def
tomorrow
():
ZonedDateTime
def
yesterday
():
ZonedDateTime