W3cubDocs

/Haxe Java

ZonedDateTime

package java.time

implements Serializable, ChronoZonedDateTime<LocalDate>, Temporal

Available on java

Static methods

staticfrom(param1:TemporalAccessor):ZonedDateTime

staticnow(param1:Clock):ZonedDateTime

staticnow():ZonedDateTime

staticnow(param1:ZoneId):ZonedDateTime

staticof(param1:Int, param2:Int, param3:Int, param4:Int, param5:Int, param6:Int, param7:Int, param8:ZoneId):ZonedDateTime

staticof(param1:LocalDate, param2:LocalTime, param3:ZoneId):ZonedDateTime

staticof(param1:LocalDateTime, param2:ZoneId):ZonedDateTime

staticofInstant(param1:LocalDateTime, param2:ZoneOffset, param3:ZoneId):ZonedDateTime

staticofInstant(param1:Instant, param2:ZoneId):ZonedDateTime

staticofLocal(param1:LocalDateTime, param2:ZoneId, param3:ZoneOffset):ZonedDateTime

staticofStrict(param1:LocalDateTime, param2:ZoneOffset, param3:ZoneId):ZonedDateTime

staticparse(param1:CharSequence, param2:DateTimeFormatter):ZonedDateTime

staticparse(param1:CharSequence):ZonedDateTime

Methods

compareTo(param1:ChronoZonedDateTime<Dynamic>):Int

compareTo(param1:Dynamic):Int

equals(param1:Dynamic):Bool

format(param1:DateTimeFormatter):String

get(param1:TemporalField):Int

getChronology():Chronology

getDayOfMonth():Int

getDayOfWeek():DayOfWeek

getDayOfYear():Int

getHour():Int

getLong(param1:TemporalField):Int64

getMinute():Int

getMonth():Month

getMonthValue():Int

getNano():Int

getOffset():ZoneOffset

getSecond():Int

getYear():Int

getZone():ZoneId

hashCode():Int

isAfter(param1:ChronoZonedDateTime<Dynamic>):Bool

isBefore(param1:ChronoZonedDateTime<Dynamic>):Bool

isEqual(param1:ChronoZonedDateTime<Dynamic>):Bool

isSupported(param1:TemporalUnit):Bool

isSupported(param1:TemporalField):Bool

minus(param1:TemporalAmount):ZonedDateTime

minus(param1:Int64, param2:TemporalUnit):ZonedDateTime

minusDays(param1:Int64):ZonedDateTime

minusHours(param1:Int64):ZonedDateTime

minusMinutes(param1:Int64):ZonedDateTime

minusMonths(param1:Int64):ZonedDateTime

minusNanos(param1:Int64):ZonedDateTime

minusSeconds(param1:Int64):ZonedDateTime

minusWeeks(param1:Int64):ZonedDateTime

minusYears(param1:Int64):ZonedDateTime

plus(param1:TemporalAmount):ZonedDateTime

plus(param1:Int64, param2:TemporalUnit):ZonedDateTime

plusDays(param1:Int64):ZonedDateTime

plusHours(param1:Int64):ZonedDateTime

plusMinutes(param1:Int64):ZonedDateTime

plusMonths(param1:Int64):ZonedDateTime

plusNanos(param1:Int64):ZonedDateTime

plusSeconds(param1:Int64):ZonedDateTime

plusWeeks(param1:Int64):ZonedDateTime

plusYears(param1:Int64):ZonedDateTime

query<R>(param1:TemporalQuery<R>):R

range(param1:TemporalField):ValueRange

toEpochSecond():Int64

toInstant():Instant

toLocalDate():LocalDate

toLocalDateTime():LocalDateTime

toLocalTime():LocalTime

toOffsetDateTime():OffsetDateTime

toString():String

truncatedTo(param1:TemporalUnit):ZonedDateTime

until(param1:Temporal, param2:TemporalUnit):Int64

with(param1:TemporalAdjuster):ZonedDateTime

with(param1:TemporalField, param2:Int64):ZonedDateTime

withDayOfMonth(param1:Int):ZonedDateTime

withDayOfYear(param1:Int):ZonedDateTime

withEarlierOffsetAtOverlap():ZonedDateTime

withFixedOffsetZone():ZonedDateTime

withHour(param1:Int):ZonedDateTime

withLaterOffsetAtOverlap():ZonedDateTime

withMinute(param1:Int):ZonedDateTime

withMonth(param1:Int):ZonedDateTime

withNano(param1:Int):ZonedDateTime

withSecond(param1:Int):ZonedDateTime

withYear(param1:Int):ZonedDateTime

withZoneSameInstant(param1:ZoneId):ZonedDateTime

withZoneSameLocal(param1:ZoneId):ZonedDateTime

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/time/ZonedDateTime.html