W3cubDocs

/Haxe Java

Instant

package java.time

implements Serializable, Comparable<Instant>, TemporalAdjuster, Temporal

Available on java

Static variables

staticfinalread onlyEPOCH:Instant

staticfinalread onlyMAX:Instant

staticfinalread onlyMIN:Instant

Static methods

staticfrom(param1:TemporalAccessor):Instant

staticnow(param1:Clock):Instant

staticnow():Instant

staticofEpochMilli(param1:Int64):Instant

staticofEpochSecond(param1:Int64, param2:Int64):Instant

staticofEpochSecond(param1:Int64):Instant

staticparse(param1:CharSequence):Instant

Methods

adjustInto(param1:Temporal):Temporal

atOffset(param1:ZoneOffset):OffsetDateTime

atZone(param1:ZoneId):ZonedDateTime

compareTo(param1:Dynamic):Int

compareTo(param1:Instant):Int

equals(param1:Dynamic):Bool

get(param1:TemporalField):Int

getEpochSecond():Int64

getLong(param1:TemporalField):Int64

getNano():Int

hashCode():Int

isAfter(param1:Instant):Bool

isBefore(param1:Instant):Bool

isSupported(param1:TemporalUnit):Bool

isSupported(param1:TemporalField):Bool

minus(param1:TemporalAmount):Instant

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

minusMillis(param1:Int64):Instant

minusNanos(param1:Int64):Instant

minusSeconds(param1:Int64):Instant

plus(param1:TemporalAmount):Instant

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

plusMillis(param1:Int64):Instant

plusNanos(param1:Int64):Instant

plusSeconds(param1:Int64):Instant

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

range(param1:TemporalField):ValueRange

toEpochMilli():Int64

toString():String

truncatedTo(param1:TemporalUnit):Instant

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

with(param1:TemporalAdjuster):Instant

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

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