W3cubDocs

/Haxe Java

Period

package java.time

implements ChronoPeriod, Serializable

Available on java

Static variables

staticfinalread onlyZERO:Period

Static methods

staticbetween(param1:LocalDate, param2:LocalDate):Period

staticfrom(param1:TemporalAmount):Period

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

staticofDays(param1:Int):Period

staticofMonths(param1:Int):Period

staticofWeeks(param1:Int):Period

staticofYears(param1:Int):Period

staticparse(param1:CharSequence):Period

Methods

addTo(param1:Temporal):Temporal

equals(param1:Dynamic):Bool

get(param1:TemporalUnit):Int64

getChronology():IsoChronology

getDays():Int

getMonths():Int

getUnits():List<TemporalUnit>

getYears():Int

hashCode():Int

isNegative():Bool

isZero():Bool

minus(param1:TemporalAmount):Period

minusDays(param1:Int64):Period

minusMonths(param1:Int64):Period

minusYears(param1:Int64):Period

multipliedBy(param1:Int):Period

negated():Period

normalized():Period

plus(param1:TemporalAmount):Period

plusDays(param1:Int64):Period

plusMonths(param1:Int64):Period

plusYears(param1:Int64):Period

subtractFrom(param1:Temporal):Temporal

toString():String

toTotalMonths():Int64

withDays(param1:Int):Period

withMonths(param1:Int):Period

withYears(param1:Int):Period

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