W3cubDocs

/Haxe Java

LocalDateTime

package java.time

implements Serializable, ChronoLocalDateTime<LocalDate>, TemporalAdjuster, Temporal

Available on java

Static variables

staticfinalread onlyMAX:LocalDateTime

staticfinalread onlyMIN:LocalDateTime

Static methods

staticfrom(param1:TemporalAccessor):LocalDateTime

staticnow(param1:Clock):LocalDateTime

staticnow():LocalDateTime

staticnow(param1:ZoneId):LocalDateTime

staticof(param1:LocalDate, param2:LocalTime):LocalDateTime

staticof(param1:Int, param2:Month, param3:Int, param4:Int, param5:Int):LocalDateTime

staticof(param1:Int, param2:Month, param3:Int, param4:Int, param5:Int, param6:Int):LocalDateTime

staticof(param1:Int, param2:Month, param3:Int, param4:Int, param5:Int, param6:Int, param7:Int):LocalDateTime

staticof(param1:Int, param2:Int, param3:Int, param4:Int, param5:Int):LocalDateTime

staticof(param1:Int, param2:Int, param3:Int, param4:Int, param5:Int, param6:Int):LocalDateTime

staticof(param1:Int, param2:Int, param3:Int, param4:Int, param5:Int, param6:Int, param7:Int):LocalDateTime

staticofEpochSecond(param1:Int64, param2:Int, param3:ZoneOffset):LocalDateTime

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

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

staticparse(param1:CharSequence):LocalDateTime

Methods

adjustInto(param1:Temporal):Temporal

atOffset(param1:ZoneOffset):OffsetDateTime

atZone(param1:ZoneId):ZonedDateTime

compareTo(param1:Dynamic):Int

compareTo(param1:ChronoLocalDateTime<Dynamic>):Int

equals(param1:Dynamic):Bool

format(param1:DateTimeFormatter):String

get(param1:TemporalField):Int

getChronology():Chronology

getDayOfMonth():Int

getDayOfWeek():DayOfWeek

getDayOfYear():Int

getHour():Int

getLong(param1:TemporalField):Int64

getMinute():Int

getMonth():Month

getMonthValue():Int

getNano():Int

getSecond():Int

getYear():Int

hashCode():Int

isAfter(param1:ChronoLocalDateTime<Dynamic>):Bool

isBefore(param1:ChronoLocalDateTime<Dynamic>):Bool

isEqual(param1:ChronoLocalDateTime<Dynamic>):Bool

isSupported(param1:TemporalUnit):Bool

isSupported(param1:TemporalField):Bool

minus(param1:TemporalAmount):LocalDateTime

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

minusDays(param1:Int64):LocalDateTime

minusHours(param1:Int64):LocalDateTime

minusMinutes(param1:Int64):LocalDateTime

minusMonths(param1:Int64):LocalDateTime

minusNanos(param1:Int64):LocalDateTime

minusSeconds(param1:Int64):LocalDateTime

minusWeeks(param1:Int64):LocalDateTime

minusYears(param1:Int64):LocalDateTime

plus(param1:TemporalAmount):LocalDateTime

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

plusDays(param1:Int64):LocalDateTime

plusHours(param1:Int64):LocalDateTime

plusMinutes(param1:Int64):LocalDateTime

plusMonths(param1:Int64):LocalDateTime

plusNanos(param1:Int64):LocalDateTime

plusSeconds(param1:Int64):LocalDateTime

plusWeeks(param1:Int64):LocalDateTime

plusYears(param1:Int64):LocalDateTime

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

range(param1:TemporalField):ValueRange

toEpochSecond(param1:ZoneOffset):Int64

toInstant(param1:ZoneOffset):Instant

toLocalDate():LocalDate

toLocalTime():LocalTime

toString():String

truncatedTo(param1:TemporalUnit):LocalDateTime

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

with(param1:TemporalAdjuster):LocalDateTime

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

withDayOfMonth(param1:Int):LocalDateTime

withDayOfYear(param1:Int):LocalDateTime

withHour(param1:Int):LocalDateTime

withMinute(param1:Int):LocalDateTime

withMonth(param1:Int):LocalDateTime

withNano(param1:Int):LocalDateTime

withSecond(param1:Int):LocalDateTime

withYear(param1:Int):LocalDateTime

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