W3cubDocs

/Haxe Java

Calendar

package java.util

implements Comparable<Calendar>, Cloneable, Serializable

@:abstract@:libType@:javaNative@:native("java.util.Calendar")@:javaCanonical("java.util","Calendar") Available on java

Methods

@:overload add (param1:Int, param2:Int):Void

@:overload after (param1:Dynamic):Bool

@:overload before (param1:Dynamic):Bool

@:overload @:final clear (param1:Int):Void

@:overload @:final clear ():Void

@:overload clone ():Dynamic

@:overload compareTo (param1:Dynamic):Int

@:overload compareTo (param1:Calendar):Int

@:overload equals (param1:Dynamic):Bool

@:overload get (param1:Int):Int

@:overload getActualMaximum (param1:Int):Int

@:overload getActualMinimum (param1:Int):Int

@:overload getDisplayName (param1:Int, param2:Int, param3:Locale):String

@:overload getDisplayNames (param1:Int, param2:Int, param3:Locale):Map<String, Integer>

@:overload getFirstDayOfWeek ():Int

@:overload getGreatestMinimum (param1:Int):Int

@:overload getLeastMaximum (param1:Int):Int

@:overload getMaximum (param1:Int):Int

@:overload getMinimalDaysInFirstWeek ():Int

@:overload getMinimum (param1:Int):Int

@:overload @:final getTime ():Date

@:overload getTimeInMillis ():Int64

@:overload getTimeZone ():TimeZone

@:overload getWeekYear ():Int

@:overload getWeeksInWeekYear ():Int

@:overload hashCode ():Int

@:overload isLenient ():Bool

@:overload @:final isSet (param1:Int):Bool

@:overload isWeekDateSupported ():Bool

@:overload roll (param1:Int, param2:Int):Void

@:overload roll (param1:Int, param2:Bool):Void

@:overload @:final set (param1:Int, param2:Int, param3:Int, param4:Int, param5:Int, param6:Int):Void

@:overload set (param1:Int, param2:Int):Void

@:overload @:final set (param1:Int, param2:Int, param3:Int):Void

@:overload @:final set (param1:Int, param2:Int, param3:Int, param4:Int, param5:Int):Void

@:overload setFirstDayOfWeek (param1:Int):Void

@:overload setLenient (param1:Bool):Void

@:overload setMinimalDaysInFirstWeek (param1:Int):Void

@:overload @:final setTime (param1:Date):Void

@:overload setTimeInMillis (param1:Int64):Void

@:overload setTimeZone (param1:TimeZone):Void

@:overload setWeekDate (param1:Int, param2:Int, param3:Int):Void

@:overload toString ():String

Static variables

@:final static read only ALL_STYLES:Int

@:final static read only AM:Int

@:final static read only AM_PM:Int

@:final static read only APRIL:Int

@:final static read only AUGUST:Int

@:final static read only DATE:Int

@:final static read only DAY_OF_MONTH:Int

@:final static read only DAY_OF_WEEK:Int

@:final static read only DAY_OF_WEEK_IN_MONTH:Int

@:final static read only DAY_OF_YEAR:Int

@:final static read only DECEMBER:Int

@:final static read only DST_OFFSET:Int

@:final static read only ERA:Int

@:final static read only FEBRUARY:Int

@:final static read only FIELD_COUNT:Int

@:final static read only FRIDAY:Int

@:final static read only HOUR:Int

@:final static read only HOUR_OF_DAY:Int

@:final static read only JANUARY:Int

@:final static read only JULY:Int

@:final static read only JUNE:Int

@:final static read only LONG:Int

@:final static read only MARCH:Int

@:final static read only MAY:Int

@:final static read only MILLISECOND:Int

@:final static read only MINUTE:Int

@:final static read only MONDAY:Int

@:final static read only MONTH:Int

@:final static read only NOVEMBER:Int

@:final static read only OCTOBER:Int

@:final static read only PM:Int

@:final static read only SATURDAY:Int

@:final static read only SECOND:Int

@:final static read only SEPTEMBER:Int

@:final static read only SHORT:Int

@:final static read only SUNDAY:Int

@:final static read only THURSDAY:Int

@:final static read only TUESDAY:Int

@:final static read only UNDECIMBER:Int

@:final static read only WEDNESDAY:Int

@:final static read only WEEK_OF_MONTH:Int

@:final static read only WEEK_OF_YEAR:Int

@:final static read only YEAR:Int

@:final static read only ZONE_OFFSET:Int

Static methods

@:overload static getAvailableLocales ():NativeArray<Locale>

@:overload static getInstance (param1:TimeZone, param2:Locale):Calendar

@:overload static getInstance ():Calendar

@:overload static getInstance (param1:TimeZone):Calendar

@:overload static getInstance (param1:Locale):Calendar

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/java/util/Calendar.html