Available on cs
@:readOnlystaticread onlyMaxValue:TimeSpan
@:readOnlystaticread onlyMinValue:TimeSpan
@:readOnlystaticread onlyTicksPerDay:Int64
@:readOnlystaticread onlyTicksPerHour:Int64
@:readOnlystaticread onlyTicksPerMillisecond:Int64
@:readOnlystaticread onlyTicksPerMinute:Int64
@:readOnlystaticread onlyTicksPerSecond:Int64
@:readOnlystaticread onlyZero:TimeSpan
staticCompare(t1:TimeSpan, t2:TimeSpan):Int
staticFromDays(value:Float):TimeSpan
staticFromHours(value:Float):TimeSpan
staticFromMilliseconds(value:Float):TimeSpan
staticFromMinutes(value:Float):TimeSpan
staticFromSeconds(value:Float):TimeSpan
staticFromTicks(value:Int64):TimeSpan
staticParse(s:String):TimeSpan
staticTryParse(s:String, result:Out<TimeSpan>):Bool
@:native("Equals")static_Equals(t1:TimeSpan, t2:TimeSpan):Bool
staticop_Addition(t1:TimeSpan, t2:TimeSpan):TimeSpan
staticop_Equality(t1:TimeSpan, t2:TimeSpan):Bool
staticop_GreaterThan(t1:TimeSpan, t2:TimeSpan):Bool
staticop_GreaterThanOrEqual(t1:TimeSpan, t2:TimeSpan):Bool
staticop_Inequality(t1:TimeSpan, t2:TimeSpan):Bool
staticop_LessThan(t1:TimeSpan, t2:TimeSpan):Bool
staticop_LessThanOrEqual(t1:TimeSpan, t2:TimeSpan):Bool
staticop_Subtraction(t1:TimeSpan, t2:TimeSpan):TimeSpan
staticop_UnaryNegation(t:TimeSpan):TimeSpan
staticop_UnaryPlus(t:TimeSpan):TimeSpan
finalnew(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:Int
read onlyHours:Int
read onlyMilliseconds:Int
read onlyMinutes:Int
read onlySeconds:Int
read onlyTicks:Int64
read onlyTotalDays:Float
read onlyTotalHours:Float
read onlyTotalMilliseconds:Float
read onlyTotalMinutes:Float
read onlyTotalSeconds:Float
finalAdd(ts:TimeSpan):TimeSpan
finalCompareTo(value:Dynamic):Int
finalCompareTo(value:TimeSpan):Int
finalDuration():TimeSpan
finalNegate():TimeSpan
finalSubtract(ts:TimeSpan):TimeSpan
finalget_Days():Int
finalget_Hours():Int
finalget_Milliseconds():Int
finalget_Minutes():Int
finalget_Seconds():Int
finalget_Ticks():Int64
finalget_TotalDays():Float
finalget_TotalHours():Float
finalget_TotalMilliseconds():Float
finalget_TotalMinutes():Float
finalget_TotalSeconds():Float