package java.time
implements Serializable, Comparable<LocalTime>, TemporalAdjuster, Temporal
Available on java
staticfinalread onlyMAX:LocalTimestaticfinalread onlyMIDNIGHT:LocalTimestaticfinalread onlyMIN:LocalTimestaticfinalread onlyNOON:LocalTimestaticfrom(param1:TemporalAccessor):LocalTimestaticnow(param1:Clock):LocalTimestaticnow():LocalTimestaticnow(param1:ZoneId):LocalTimestaticof(param1:Int, param2:Int, param3:Int, param4:Int):LocalTimestaticof(param1:Int, param2:Int):LocalTimestaticof(param1:Int, param2:Int, param3:Int):LocalTimestaticofNanoOfDay(param1:Int64):LocalTimestaticofSecondOfDay(param1:Int64):LocalTimestaticparse(param1:CharSequence, param2:DateTimeFormatter):LocalTimestaticparse(param1:CharSequence):LocalTimeadjustInto(param1:Temporal):TemporalatDate(param1:LocalDate):LocalDateTimeatOffset(param1:ZoneOffset):OffsetTimecompareTo(param1:Dynamic):IntcompareTo(param1:LocalTime):Intequals(param1:Dynamic):Boolformat(param1:DateTimeFormatter):Stringget(param1:TemporalField):IntgetHour():IntgetLong(param1:TemporalField):Int64getMinute():IntgetNano():IntgetSecond():InthashCode():IntisAfter(param1:LocalTime):BoolisBefore(param1:LocalTime):BoolisSupported(param1:TemporalUnit):BoolisSupported(param1:TemporalField):Boolminus(param1:TemporalAmount):LocalTimeminus(param1:Int64, param2:TemporalUnit):LocalTimeminusHours(param1:Int64):LocalTimeminusMinutes(param1:Int64):LocalTimeminusNanos(param1:Int64):LocalTimeminusSeconds(param1:Int64):LocalTimeplus(param1:TemporalAmount):LocalTimeplus(param1:Int64, param2:TemporalUnit):LocalTimeplusHours(param1:Int64):LocalTimeplusMinutes(param1:Int64):LocalTimeplusNanos(param1:Int64):LocalTimeplusSeconds(param1:Int64):LocalTimequery<R>(param1:TemporalQuery<R>):Rrange(param1:TemporalField):ValueRangetoNanoOfDay():Int64toSecondOfDay():InttoString():StringtruncatedTo(param1:TemporalUnit):LocalTimeuntil(param1:Temporal, param2:TemporalUnit):Int64with(param1:TemporalAdjuster):LocalTimewith(param1:TemporalField, param2:Int64):LocalTimewithHour(param1:Int):LocalTimewithMinute(param1:Int):LocalTimewithNano(param1:Int):LocalTimewithSecond(param1:Int):LocalTime
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/time/LocalTime.html