Static variables
Static methods
Constructor
@:value({ tzinfo : null, microsecond : 0, second : 0, minute : 0, hour : 0 })new(year:Int, month:Int, day:Int, hour:Int = 0, minute:Int = 0, second:Int = 0, microsecond:Int = 0, ?tzinfo:Tzinfo)
Variables
Methods
@:value({ minute : 0, hour : 0, day : 1, month : 1, year : 1970 })replace(year:Int = 1970, month:Int = 1, day:Int = 1, hour:Int = 0, minute:Int = 0, ?second:Int, ?microsecond:Int, ?tzinfo:Tzinfo):Datetime