class java.util.Date implements Comparable<Date> implements Cloneable implements Serializable

Available on java

Class Fields

static function UTC(param1:Int, param2:Int, param3:Int, param4:Int, param5:Int, param6:Int):Int64

static function parse(param1:String):Int64

Instance Fields

function new():Void

function new(param1:String):Void

function new(param1:Int, param2:Int, param3:Int, param4:Int, param5:Int, param6:Int):Void

function new(param1:Int, param2:Int, param3:Int, param4:Int, param5:Int):Void

function new(param1:Int, param2:Int, param3:Int):Void

function new(param1:Int64):Void

function after(param1:Date):Bool

function before(param1:Date):Bool

function clone():Dynamic

function compareTo(param1:Date):Int

function compareTo(param1:Dynamic):Int

function equals(param1:Dynamic):Bool

function getDate():Int

function getDay():Int

function getHours():Int

function getMinutes():Int

function getMonth():Int

function getSeconds():Int

function getTime():Int64

function getYear():Int

function hashCode():Int

function setDate(param1:Int):Void

function setHours(param1:Int):Void

function setMinutes(param1:Int):Void

function setMonth(param1:Int):Void

function setSeconds(param1:Int):Void

function setTime(param1:Int64):Void

function setYear(param1:Int):Void

function toGMTString():String

function toString():String