Constructs a new TimeSpan object whose value is the sum of the specified components.
Gets the days component of the time interval
Gets the hours component of the time interval
Gets the milliseconds component of the time interval
Gets the minutes component of the time interval
Gets the seconds component of the time interval
Gets the value of the current TimeSpan expressed in whole and fractional days.
Gets the value of the current TimeSpan expressed in whole and fractional hours.
Gets the value of the current TimeSpan expressed in whole and fractional milliseconds.
Gets the value of the current TimeSpan expressed in whole and fractional minutes.
Gets the value of the current TimeSpan expressed in whole and fractional seconds.
Returns a TimeSpan whose value is the absolute value of the specified instance.
Returns a new TimeSpan object which value is the result of division of this instance and the specified divisor.
Returns a value indicating whether two instances of TimeSpan are equal.
Returns a new TimeSpan object which value is the result of multiplication of this instance and the specified factor.
Returns a TimeSpan whose value is the negated value of the specified instance.
Returns the string representation of the TimeSpan object.
Gets the value of the current TimeSpan expressed in whole and fractional milliseconds.
Returns the difference of two dates as a new TimeSpan.
the TimeSpan
Returns a TimeSpan that represents a specified number of days, where the specification is accurate to the nearest millisecond.
Returns a TimeSpan that represents a specified number of hours, where the specification is accurate to the nearest millisecond.
Returns a TimeSpan that represents a specified number of minutes, where the specification is accurate to the nearest millisecond.
Returns a TimeSpan that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.
Generated using TypeDoc
Represents a time interval, similar to the .Net TimeSpan