package cs.system
extends ValueType
implements IComparable, IComparable_1<TimeSpan>, IEquatable_1<TimeSpan>
Available on cs new (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:Float Add (ts:TimeSpan):TimeSpan CompareTo (value:Dynamic):Int CompareTo (value:TimeSpan):Int Duration ():TimeSpan Negate ():TimeSpan Subtract (ts:TimeSpan):TimeSpan static read only MaxValue:TimeSpan static read only MinValue:TimeSpan static read only TicksPerDay:Int64 static read only TicksPerHour:Int64 static read only TicksPerMillisecond:Int64 static read only TicksPerMinute:Int64 static read only TicksPerSecond:Int64 static read only Zero:TimeSpan static Compare (t1:TimeSpan, t2:TimeSpan):Int static FromDays (value:Float):TimeSpan static FromHours (value:Float):TimeSpan static FromMilliseconds (value:Float):TimeSpan static FromMinutes (value:Float):TimeSpan static FromSeconds (value:Float):TimeSpan static FromTicks (value:Int64):TimeSpan static Parse (s:String):TimeSpan static TryParse (s:String, result:Out<TimeSpan>):Bool static _Equals (t1:TimeSpan, t2:TimeSpan):Bool static op_Addition (t1:TimeSpan, t2:TimeSpan):TimeSpan static op_Equality (t1:TimeSpan, t2:TimeSpan):Bool static op_GreaterThan (t1:TimeSpan, t2:TimeSpan):Bool static op_GreaterThanOrEqual (t1:TimeSpan, t2:TimeSpan):Bool static op_Inequality (t1:TimeSpan, t2:TimeSpan):Bool static op_LessThan (t1:TimeSpan, t2:TimeSpan):Bool static op_LessThanOrEqual (t1:TimeSpan, t2:TimeSpan):Bool static op_Subtraction (t1:TimeSpan, t2:TimeSpan):TimeSpan static op_UnaryNegation (t:TimeSpan):TimeSpan static op_UnaryPlus (t:TimeSpan):TimeSpan
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/TimeSpan.html