package cs.system
extends ValueType
implements IComparable, IComparable_1<TimeSpan>, IEquatable_1<TimeSpan>
Available on cs
staticread onlyMaxValue:TimeSpanstaticread onlyMinValue:TimeSpanstaticread onlyTicksPerDay:Int64staticread onlyTicksPerHour:Int64staticread onlyTicksPerMillisecond:Int64staticread onlyTicksPerMinute:Int64staticread onlyTicksPerSecond:Int64staticread onlyZero:TimeSpanstaticCompare(t1:TimeSpan, t2:TimeSpan):IntstaticFromDays(value:Float):TimeSpanstaticFromHours(value:Float):TimeSpanstaticFromMilliseconds(value:Float):TimeSpanstaticFromMinutes(value:Float):TimeSpanstaticFromSeconds(value:Float):TimeSpanstaticFromTicks(value:Int64):TimeSpanstaticParse(s:String):TimeSpanstaticTryParse(s:String, result:Out<TimeSpan>):Boolstatic_Equals(t1:TimeSpan, t2:TimeSpan):Boolstaticop_Addition(t1:TimeSpan, t2:TimeSpan):TimeSpanstaticop_Equality(t1:TimeSpan, t2:TimeSpan):Boolstaticop_GreaterThan(t1:TimeSpan, t2:TimeSpan):Boolstaticop_GreaterThanOrEqual(t1:TimeSpan, t2:TimeSpan):Boolstaticop_Inequality(t1:TimeSpan, t2:TimeSpan):Boolstaticop_LessThan(t1:TimeSpan, t2:TimeSpan):Boolstaticop_LessThanOrEqual(t1:TimeSpan, t2:TimeSpan):Boolstaticop_Subtraction(t1:TimeSpan, t2:TimeSpan):TimeSpanstaticop_UnaryNegation(t:TimeSpan):TimeSpanstaticop_UnaryPlus(t:TimeSpan):TimeSpanfinalnew(ticks:Int64)finalnew(days:Int, hours:Int, minutes:Int, seconds:Int, milliseconds:Int)finalnew(days:Int, hours:Int, minutes:Int, seconds:Int)finalnew(hours:Int, minutes:Int, seconds:Int)read onlyDays:Intread onlyHours:Intread onlyMilliseconds:Intread onlyMinutes:Intread onlySeconds:Intread onlyTicks:Int64read onlyTotalDays:Floatread onlyTotalHours:Floatread onlyTotalMilliseconds:Floatread onlyTotalMinutes:Floatread onlyTotalSeconds:FloatfinalAdd(ts:TimeSpan):TimeSpanfinalCompareTo(value:Dynamic):IntfinalCompareTo(value:TimeSpan):IntfinalDuration():TimeSpanfinalNegate():TimeSpanfinalSubtract(ts:TimeSpan):TimeSpan
    © 2005–2020 Haxe Foundation
Licensed under a MIT license.
    https://api.haxe.org/cs/system/TimeSpan.html