package cs.system
extends ValueType
implements IComparable, IComparable_1<TimeSpan>, IEquatable_1<TimeSpan>
Available on csnew (ticks:Int64)new (days:Int, hours:Int, minutes:Int, seconds:Int, milliseconds:Int)new (days:Int, hours:Int, minutes:Int, seconds:Int)new (hours:Int, minutes:Int, seconds:Int)read only Days:Intread only Hours:Intread only Milliseconds:Intread only Minutes:Intread only Seconds:Intread only Ticks:Int64read only TotalDays:Floatread only TotalHours:Floatread only TotalMilliseconds:Floatread only TotalMinutes:Floatread only TotalSeconds:FloatAdd (ts:TimeSpan):TimeSpanCompareTo (value:Dynamic):IntCompareTo (value:TimeSpan):IntDuration ():TimeSpanNegate ():TimeSpanSubtract (ts:TimeSpan):TimeSpanstatic read only MaxValue:TimeSpanstatic read only MinValue:TimeSpanstatic read only TicksPerDay:Int64static read only TicksPerHour:Int64static read only TicksPerMillisecond:Int64static read only TicksPerMinute:Int64static read only TicksPerSecond:Int64static read only Zero:TimeSpanstatic Compare (t1:TimeSpan, t2:TimeSpan):Intstatic FromDays (value:Float):TimeSpanstatic FromHours (value:Float):TimeSpanstatic FromMilliseconds (value:Float):TimeSpanstatic FromMinutes (value:Float):TimeSpanstatic FromSeconds (value:Float):TimeSpanstatic FromTicks (value:Int64):TimeSpanstatic Parse (s:String):TimeSpanstatic TryParse (s:String, result:Out<TimeSpan>):Boolstatic _Equals (t1:TimeSpan, t2:TimeSpan):Boolstatic op_Addition (t1:TimeSpan, t2:TimeSpan):TimeSpanstatic op_Equality (t1:TimeSpan, t2:TimeSpan):Boolstatic op_GreaterThan (t1:TimeSpan, t2:TimeSpan):Boolstatic op_GreaterThanOrEqual (t1:TimeSpan, t2:TimeSpan):Boolstatic op_Inequality (t1:TimeSpan, t2:TimeSpan):Boolstatic op_LessThan (t1:TimeSpan, t2:TimeSpan):Boolstatic op_LessThanOrEqual (t1:TimeSpan, t2:TimeSpan):Boolstatic op_Subtraction (t1:TimeSpan, t2:TimeSpan):TimeSpanstatic op_UnaryNegation (t:TimeSpan):TimeSpanstatic op_UnaryPlus (t:TimeSpan):TimeSpan
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/TimeSpan.html