package java.time
implements Temporal, TemporalAdjuster, ChronoLocalDate, Serializable
Available on java
staticfinalread onlyMAX:LocalDatestaticfinalread onlyMIN:LocalDatestaticfrom(param1:TemporalAccessor):LocalDatestaticnow(param1:Clock):LocalDatestaticnow():LocalDatestaticnow(param1:ZoneId):LocalDatestaticof(param1:Int, param2:Int, param3:Int):LocalDatestaticof(param1:Int, param2:Month, param3:Int):LocalDatestaticofEpochDay(param1:Int64):LocalDatestaticofYearDay(param1:Int, param2:Int):LocalDatestaticparse(param1:CharSequence, param2:DateTimeFormatter):LocalDatestaticparse(param1:CharSequence):LocalDateadjustInto(param1:Temporal):TemporalatStartOfDay(param1:ZoneId):ZonedDateTimeatStartOfDay():LocalDateTimeatTime(param1:LocalTime):LocalDateTimeatTime(param1:Int, param2:Int):LocalDateTimeatTime(param1:Int, param2:Int, param3:Int):LocalDateTimeatTime(param1:Int, param2:Int, param3:Int, param4:Int):LocalDateTimeatTime(param1:OffsetTime):OffsetDateTimecompareTo(param1:Dynamic):IntcompareTo(param1:ChronoLocalDate):Intequals(param1:Dynamic):Boolformat(param1:DateTimeFormatter):Stringget(param1:TemporalField):IntgetChronology():IsoChronologygetDayOfMonth():IntgetDayOfWeek():DayOfWeekgetDayOfYear():IntgetEra():EragetLong(param1:TemporalField):Int64getMonth():MonthgetMonthValue():IntgetYear():InthashCode():IntisAfter(param1:ChronoLocalDate):BoolisBefore(param1:ChronoLocalDate):BoolisEqual(param1:ChronoLocalDate):BoolisLeapYear():BoolisSupported(param1:TemporalUnit):BoolisSupported(param1:TemporalField):BoollengthOfMonth():IntlengthOfYear():Intminus(param1:TemporalAmount):LocalDateminus(param1:Int64, param2:TemporalUnit):LocalDateminusDays(param1:Int64):LocalDateminusMonths(param1:Int64):LocalDateminusWeeks(param1:Int64):LocalDateminusYears(param1:Int64):LocalDateplus(param1:TemporalAmount):LocalDateplus(param1:Int64, param2:TemporalUnit):LocalDateplusDays(param1:Int64):LocalDateplusMonths(param1:Int64):LocalDateplusWeeks(param1:Int64):LocalDateplusYears(param1:Int64):LocalDatequery<R>(param1:TemporalQuery<R>):Rrange(param1:TemporalField):ValueRangetoEpochDay():Int64toString():Stringuntil(param1:ChronoLocalDate):Perioduntil(param1:Temporal, param2:TemporalUnit):Int64with(param1:TemporalAdjuster):LocalDatewith(param1:TemporalField, param2:Int64):LocalDatewithDayOfMonth(param1:Int):LocalDatewithDayOfYear(param1:Int):LocalDatewithMonth(param1:Int):LocalDatewithYear(param1:Int):LocalDate
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/time/LocalDate.html