W3cubDocs

/Haxe Java

OffsetDateTime

package java.time

implements Serializable, Comparable<OffsetDateTime>, TemporalAdjuster, Temporal

Available on java

Static variables

staticfinalread onlyMAX:OffsetDateTime

staticfinalread onlyMIN:OffsetDateTime

Static methods

staticfrom(param1:TemporalAccessor):OffsetDateTime

staticnow(param1:Clock):OffsetDateTime

staticnow():OffsetDateTime

staticnow(param1:ZoneId):OffsetDateTime

staticof(param1:Int, param2:Int, param3:Int, param4:Int, param5:Int, param6:Int, param7:Int, param8:ZoneOffset):OffsetDateTime

staticof(param1:LocalDate, param2:LocalTime, param3:ZoneOffset):OffsetDateTime

staticof(param1:LocalDateTime, param2:ZoneOffset):OffsetDateTime

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

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

staticparse(param1:CharSequence):OffsetDateTime

statictimeLineOrder():Comparator<OffsetDateTime>

Methods

adjustInto(param1:Temporal):Temporal

atZoneSameInstant(param1:ZoneId):ZonedDateTime

atZoneSimilarLocal(param1:ZoneId):ZonedDateTime

compareTo(param1:Dynamic):Int

compareTo(param1:OffsetDateTime):Int

equals(param1:Dynamic):Bool

format(param1:DateTimeFormatter):String

get(param1:TemporalField):Int

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

hashCode():Int

isAfter(param1:OffsetDateTime):Bool

isBefore(param1:OffsetDateTime):Bool

isEqual(param1:OffsetDateTime):Bool

isSupported(param1:TemporalUnit):Bool

isSupported(param1:TemporalField):Bool

minus(param1:TemporalAmount):OffsetDateTime

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

minusDays(param1:Int64):OffsetDateTime

minusHours(param1:Int64):OffsetDateTime

minusMinutes(param1:Int64):OffsetDateTime

minusMonths(param1:Int64):OffsetDateTime

minusNanos(param1:Int64):OffsetDateTime

minusSeconds(param1:Int64):OffsetDateTime

minusWeeks(param1:Int64):OffsetDateTime

minusYears(param1:Int64):OffsetDateTime

plus(param1:TemporalAmount):OffsetDateTime

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

plusDays(param1:Int64):OffsetDateTime

plusHours(param1:Int64):OffsetDateTime

plusMinutes(param1:Int64):OffsetDateTime

plusMonths(param1:Int64):OffsetDateTime

plusNanos(param1:Int64):OffsetDateTime

plusSeconds(param1:Int64):OffsetDateTime

plusWeeks(param1:Int64):OffsetDateTime

plusYears(param1:Int64):OffsetDateTime

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

range(param1:TemporalField):ValueRange

toEpochSecond():Int64

toInstant():Instant

toLocalDate():LocalDate

toLocalDateTime():LocalDateTime

toLocalTime():LocalTime

toOffsetTime():OffsetTime

toString():String

toZonedDateTime():ZonedDateTime

truncatedTo(param1:TemporalUnit):OffsetDateTime

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

with(param1:TemporalAdjuster):OffsetDateTime

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

withDayOfMonth(param1:Int):OffsetDateTime

withDayOfYear(param1:Int):OffsetDateTime

withHour(param1:Int):OffsetDateTime

withMinute(param1:Int):OffsetDateTime

withMonth(param1:Int):OffsetDateTime

withNano(param1:Int):OffsetDateTime

withOffsetSameInstant(param1:ZoneOffset):OffsetDateTime

withOffsetSameLocal(param1:ZoneOffset):OffsetDateTime

withSecond(param1:Int):OffsetDateTime

withYear(param1:Int):OffsetDateTime

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