W3cubDocs

/Haxe Java

Clock

package java.time

extended by Clock_FixedClock, Clock_OffsetClock, Clock_SystemClock, Clock_TickClock

Available on java

Static methods

staticfixed(param1:Instant, param2:ZoneId):Clock

staticoffset(param1:Clock, param2:Duration):Clock

staticsystem(param1:ZoneId):Clock

staticsystemDefaultZone():Clock

staticsystemUTC():Clock

statictick(param1:Clock, param2:Duration):Clock

statictickMinutes(param1:ZoneId):Clock

statictickSeconds(param1:ZoneId):Clock

Methods

equals(param1:Dynamic):Bool

getZone():ZoneId

hashCode():Int

instant():Instant

millis():Int64

withZone(param1:ZoneId):Clock

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