package python.lib.datetime
Available on python
staticmax:Datetimestaticmin:Datetimestaticresolution:Timedeltastaticfromordinal(ordinal:Int):Datetimestaticfromtimestamp(timestamp:Float, ?tzInfo:Tzinfo):Datetimestaticnow(?tzinfo:Tzinfo):Datetimestatictoday():Datetimestaticutcfromtimestamp(timestamp:Int):Datetimestaticutcnow():Datetimenew(year:Int, month:Int, day:Int, hour:Int = 0, minute:Int = 0, second:Int = 0, microsecond:Int = 0, ?tzinfo:Tzinfo)day:Inthour:Intmicrosecond:Intminute:Intmonth:Intsecond:Inttzinfo:Tzinfoyear:Intastimezone(?tz:Tzinfo):Datetimeisoweekday():Intreplace(kwargs:KwArgs<{year:Null<Int>, tzinfo:Null<Tzinfo>, second:Null<Int>, month:Null<Int>, minute:Null<Int>, microsecond:Null<Int>, hour:Null<Int>, day:Null<Int>}>):Datetimestrftime(format:String):Stringtimestamp():Floattimetuple():StructTimeutcoffset():Intweekday():Int
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/lib/datetime/Datetime.html