HaxeAPI
  • Version 4.2.0
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.1
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

interface ChronoZonedDateTime<D>

package java.time.chrono

extends Comparable<ChronoZonedDateTime<Dynamic>>, Temporal

extended by ZonedDateTime

@:nativeGen@:abstract@:libType@:javaNative@:native("java.time.chrono.ChronoZonedDateTime")@:javaCanonical("java.time.chrono","ChronoZonedDateTime")

Available on java

Methods

compareTo(param1:Dynamic):Int

compareTo(param1:ChronoZonedDateTime<Dynamic>):Int

format(param1:DateTimeFormatter):String

get(param1:TemporalField):Int

getChronology():Chronology

getLong(param1:TemporalField):Int64

getOffset():ZoneOffset

getZone():ZoneId

isAfter(param1:ChronoZonedDateTime<Dynamic>):Bool

isBefore(param1:ChronoZonedDateTime<Dynamic>):Bool

isEqual(param1:ChronoZonedDateTime<Dynamic>):Bool

isSupported(param1:TemporalUnit):Bool

isSupported(param1:TemporalField):Bool

minus(param1:TemporalAmount):ChronoZonedDateTime<D>

minus(param1:Int64, param2:TemporalUnit):ChronoZonedDateTime<D>

plus(param1:TemporalAmount):ChronoZonedDateTime<D>

plus(param1:Int64, param2:TemporalUnit):ChronoZonedDateTime<D>

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

range(param1:TemporalField):ValueRange

toEpochSecond():Int64

toInstant():Instant

toLocalDate():D

toLocalDateTime():ChronoLocalDateTime<D>

toLocalTime():LocalTime

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

with(param1:TemporalAdjuster):ChronoZonedDateTime<D>

with(param1:TemporalField, param2:Int64):ChronoZonedDateTime<D>

withEarlierOffsetAtOverlap():ChronoZonedDateTime<D>

withLaterOffsetAtOverlap():ChronoZonedDateTime<D>

withZoneSameInstant(param1:ZoneId):ChronoZonedDateTime<D>

withZoneSameLocal(param1:ZoneId):ChronoZonedDateTime<D>

This documentation is generated for version 4.2.0

© 2024  Haxe Foundation | Contribute to Haxe