LocalTime

package java.time

implements Serializable, Comparable<LocalTime>, TemporalAdjuster, Temporal

Available on java

Static variables

staticfinalread onlyMAX:LocalTime

staticfinalread onlyMIDNIGHT:LocalTime

staticfinalread onlyMIN:LocalTime

staticfinalread onlyNOON:LocalTime

Static methods

staticfrom(param1:TemporalAccessor):LocalTime

staticnow(param1:Clock):LocalTime

staticnow():LocalTime

staticnow(param1:ZoneId):LocalTime

staticof(param1:Int, param2:Int, param3:Int, param4:Int):LocalTime

staticof(param1:Int, param2:Int):LocalTime

staticof(param1:Int, param2:Int, param3:Int):LocalTime

staticofNanoOfDay(param1:Int64):LocalTime

staticofSecondOfDay(param1:Int64):LocalTime

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

staticparse(param1:CharSequence):LocalTime

Methods

adjustInto(param1:Temporal):Temporal

atDate(param1:LocalDate):LocalDateTime

atOffset(param1:ZoneOffset):OffsetTime

compareTo(param1:Dynamic):Int

compareTo(param1:LocalTime):Int

equals(param1:Dynamic):Bool

format(param1:DateTimeFormatter):String

get(param1:TemporalField):Int

getHour():Int

getLong(param1:TemporalField):Int64

getMinute():Int

getNano():Int

getSecond():Int

hashCode():Int

isAfter(param1:LocalTime):Bool

isBefore(param1:LocalTime):Bool

isSupported(param1:TemporalUnit):Bool

isSupported(param1:TemporalField):Bool

minus(param1:TemporalAmount):LocalTime

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

minusHours(param1:Int64):LocalTime

minusMinutes(param1:Int64):LocalTime

minusNanos(param1:Int64):LocalTime

minusSeconds(param1:Int64):LocalTime

plus(param1:TemporalAmount):LocalTime

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

plusHours(param1:Int64):LocalTime

plusMinutes(param1:Int64):LocalTime

plusNanos(param1:Int64):LocalTime

plusSeconds(param1:Int64):LocalTime

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

range(param1:TemporalField):ValueRange

toNanoOfDay():Int64

toSecondOfDay():Int

toString():String

truncatedTo(param1:TemporalUnit):LocalTime

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

with(param1:TemporalAdjuster):LocalTime

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

withHour(param1:Int):LocalTime

withMinute(param1:Int):LocalTime

withNano(param1:Int):LocalTime

withSecond(param1:Int):LocalTime

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