Static variables

@:readOnlystaticread onlyMaxValue:TimeSpan

@:readOnlystaticread onlyMinValue:TimeSpan

@:readOnlystaticread onlyTicksPerDay:Int64

@:readOnlystaticread onlyTicksPerHour:Int64

@:readOnlystaticread onlyTicksPerMillisecond:Int64

@:readOnlystaticread onlyTicksPerMinute:Int64

@:readOnlystaticread onlyTicksPerSecond:Int64

@:readOnlystaticread onlyZero:TimeSpan

Static methods

@:overloadstaticCompare(t1:TimeSpan, t2:TimeSpan):Int

@:overloadstaticFromDays(value:Float):TimeSpan

@:overloadstaticFromHours(value:Float):TimeSpan

@:overloadstaticFromMilliseconds(value:Float):TimeSpan

@:overloadstaticFromMinutes(value:Float):TimeSpan

@:overloadstaticFromSeconds(value:Float):TimeSpan

@:overloadstaticFromTicks(value:Int64):TimeSpan

@:overloadstaticParse(s:String):TimeSpan

@:overloadstaticTryParse(s:String, result:Out<TimeSpan>):Bool

@:native("Equals")@:overloadstatic_Equals(t1:TimeSpan, t2:TimeSpan):Bool

@:overloadstaticop_Addition(t1:TimeSpan, t2:TimeSpan):TimeSpan

@:overloadstaticop_Equality(t1:TimeSpan, t2:TimeSpan):Bool

@:overloadstaticop_GreaterThan(t1:TimeSpan, t2:TimeSpan):Bool

@:overloadstaticop_Inequality(t1:TimeSpan, t2:TimeSpan):Bool

@:overloadstaticop_LessThan(t1:TimeSpan, t2:TimeSpan):Bool

@:overloadstaticop_LessThanOrEqual(t1:TimeSpan, t2:TimeSpan):Bool

@:overloadstaticop_Subtraction(t1:TimeSpan, t2:TimeSpan):TimeSpan

@:overloadstaticop_UnaryPlus(t:TimeSpan):TimeSpan

Constructor

@:overloadfinalnew(ticks:Int64)

@:overloadfinalnew(days:Int, hours:Int, minutes:Int, seconds:Int, milliseconds:Int)

@:overloadfinalnew(days:Int, hours:Int, minutes:Int, seconds:Int)

@:overloadfinalnew(hours:Int, minutes:Int, seconds:Int)

Variables

read onlyDays:Int

read onlyHours:Int

read onlyMilliseconds:Int

read onlyMinutes:Int

read onlySeconds:Int

read onlyTicks:Int64

read onlyTotalDays:Float

read onlyTotalHours:Float

Methods

@:overloadfinalAdd(ts:TimeSpan):TimeSpan

@:overloadfinalCompareTo(value:Dynamic):Int

@:overloadfinalCompareTo(value:TimeSpan):Int

@:overloadfinalDuration():TimeSpan

@:overloadfinalNegate():TimeSpan

@:overloadfinalSubtract(ts:TimeSpan):TimeSpan

Inherited Variables

Inherited Methods