LocalDate

package java.time

implements Temporal, TemporalAdjuster, ChronoLocalDate, Serializable

Available on java

Static variables

staticfinalread onlyMAX:LocalDate

staticfinalread onlyMIN:LocalDate

Static methods

staticfrom(param1:TemporalAccessor):LocalDate

staticnow(param1:Clock):LocalDate

staticnow():LocalDate

staticnow(param1:ZoneId):LocalDate

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

staticof(param1:Int, param2:Month, param3:Int):LocalDate

staticofEpochDay(param1:Int64):LocalDate

staticofYearDay(param1:Int, param2:Int):LocalDate

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

staticparse(param1:CharSequence):LocalDate

Methods

adjustInto(param1:Temporal):Temporal

atStartOfDay(param1:ZoneId):ZonedDateTime

atStartOfDay():LocalDateTime

atTime(param1:LocalTime):LocalDateTime

atTime(param1:Int, param2:Int):LocalDateTime

atTime(param1:Int, param2:Int, param3:Int):LocalDateTime

atTime(param1:Int, param2:Int, param3:Int, param4:Int):LocalDateTime

atTime(param1:OffsetTime):OffsetDateTime

compareTo(param1:Dynamic):Int

compareTo(param1:ChronoLocalDate):Int

equals(param1:Dynamic):Bool

format(param1:DateTimeFormatter):String

get(param1:TemporalField):Int

getChronology():IsoChronology

getDayOfMonth():Int

getDayOfWeek():DayOfWeek

getDayOfYear():Int

getEra():Era

getLong(param1:TemporalField):Int64

getMonth():Month

getMonthValue():Int

getYear():Int

hashCode():Int

isAfter(param1:ChronoLocalDate):Bool

isBefore(param1:ChronoLocalDate):Bool

isEqual(param1:ChronoLocalDate):Bool

isLeapYear():Bool

isSupported(param1:TemporalUnit):Bool

isSupported(param1:TemporalField):Bool

lengthOfMonth():Int

lengthOfYear():Int

minus(param1:TemporalAmount):LocalDate

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

minusDays(param1:Int64):LocalDate

minusMonths(param1:Int64):LocalDate

minusWeeks(param1:Int64):LocalDate

minusYears(param1:Int64):LocalDate

plus(param1:TemporalAmount):LocalDate

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

plusDays(param1:Int64):LocalDate

plusMonths(param1:Int64):LocalDate

plusWeeks(param1:Int64):LocalDate

plusYears(param1:Int64):LocalDate

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

range(param1:TemporalField):ValueRange

toEpochDay():Int64

toString():String

until(param1:ChronoLocalDate):Period

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

with(param1:TemporalAdjuster):LocalDate

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

withDayOfMonth(param1:Int):LocalDate

withDayOfYear(param1:Int):LocalDate

withMonth(param1:Int):LocalDate

withYear(param1:Int):LocalDate

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