W3cubDocs

/Haxe Java

OffsetTime

package java.time

implements Serializable, Comparable<OffsetTime>, TemporalAdjuster, Temporal

Available on java

Static variables

staticfinalread onlyMAX:OffsetTime

staticfinalread onlyMIN:OffsetTime

Static methods

staticfrom(param1:TemporalAccessor):OffsetTime

staticnow(param1:Clock):OffsetTime

staticnow():OffsetTime

staticnow(param1:ZoneId):OffsetTime

staticof(param1:Int, param2:Int, param3:Int, param4:Int, param5:ZoneOffset):OffsetTime

staticof(param1:LocalTime, param2:ZoneOffset):OffsetTime

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

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

staticparse(param1:CharSequence):OffsetTime

Methods

adjustInto(param1:Temporal):Temporal

atDate(param1:LocalDate):OffsetDateTime

compareTo(param1:Dynamic):Int

compareTo(param1:OffsetTime):Int

equals(param1:Dynamic):Bool

format(param1:DateTimeFormatter):String

get(param1:TemporalField):Int

getHour():Int

getLong(param1:TemporalField):Int64

getMinute():Int

getNano():Int

getOffset():ZoneOffset

getSecond():Int

hashCode():Int

isAfter(param1:OffsetTime):Bool

isBefore(param1:OffsetTime):Bool

isEqual(param1:OffsetTime):Bool

isSupported(param1:TemporalUnit):Bool

isSupported(param1:TemporalField):Bool

minus(param1:TemporalAmount):OffsetTime

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

minusHours(param1:Int64):OffsetTime

minusMinutes(param1:Int64):OffsetTime

minusNanos(param1:Int64):OffsetTime

minusSeconds(param1:Int64):OffsetTime

plus(param1:TemporalAmount):OffsetTime

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

plusHours(param1:Int64):OffsetTime

plusMinutes(param1:Int64):OffsetTime

plusNanos(param1:Int64):OffsetTime

plusSeconds(param1:Int64):OffsetTime

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

range(param1:TemporalField):ValueRange

toLocalTime():LocalTime

toString():String

truncatedTo(param1:TemporalUnit):OffsetTime

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

with(param1:TemporalAdjuster):OffsetTime

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

withHour(param1:Int):OffsetTime

withMinute(param1:Int):OffsetTime

withNano(param1:Int):OffsetTime

withOffsetSameInstant(param1:ZoneOffset):OffsetTime

withOffsetSameLocal(param1:ZoneOffset):OffsetTime

withSecond(param1:Int):OffsetTime

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