Time

Static variables

staticread onlydays:Int

staticread onlyhours:Int

staticread onlyminimalPoint:Int

staticread onlyminutes:Int

staticread onlyms:Int

staticread onlyneg:Bool

staticread onlyseconds:Int

staticread onlytotalHours:Int

staticread onlytotalMinutes:Int

staticread onlytotalMs:Int

staticread onlytotalSeconds:Int

Static methods

@:value({ autoHide : false })staticclock(this:Int, autoHide:Bool = false):String

@:externstaticinlinecreate(days:Int, hours:Int, minutes:Int, seconds:Int):Time

@:externstaticinlinecreateft(days:String, hours:String, minutes:String, seconds:String):Time

@:from@:externstaticinlinefromDate(d:Date):Time

staticinlinefromDays(day:Int):Time

@:from@:externstaticinlinefromFloat(ms:Null<Float>):Time

staticinlinefromHours(hours:Int):Time

staticinlinefromMinutes(minutes:Int):Time

staticinlinefromSeconds(seconds:Int):Time

@:fromstaticfromString(time:String):Time

@:externstaticinlineshowMinSec(this:Int):String

@:externstaticinlineshowSec(this:Int):String

@:to@:externstaticinlinetoArray(this:Int):Array<Int>

@:to@:externstaticinlinetoFloat(this:Int):Float

@:tostatictoString(this:Int):String