Protected
_Protected
_Readonly
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.
The value of this TimeSpan reduced to the clock and calendar.
Provides an standard interface for acquiring the total time.
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.
Returns the total amount of time measured in the requested TimeUnit.
Static
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
fromStatic
get
TimeSpan expands on TimeQuantity to provide an class that is similar to .NET's TimeSpan including many useful static methods.