Protected
constructorProtected
_quantityProtected
_totalReadonly
daysThe total number of ticks that days this amount of time.
Readonly
hoursThe total number of ticks that hours this amount of time.
Readonly
millisecondsThe total number of ticks that milliseconds this amount of time.
Readonly
minutesThe total number of ticks that minutes this amount of time.
Readonly
secondsThe total number of ticks that seconds this amount of time.
Readonly
ticksThe total number of ticks that represent this amount of time.
+1, 0, or -1 depending on the time direction.
Static
zeroSum the value of this TimeSpan with another time quantity.
Compares this instance against any other time quantity instance.
Compares this instance against any other time quantity instance and return true if the amount of time is the same.
Static
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
getCombine total values by time unit.
Generated using TypeDoc
TimeSpan expands on TimeQuantity to provide an class that is similar to .NET's TimeSpan including many useful static methods.