Name | Description | |
---|---|---|
![]() | NTimeSpan Constructor | Initializer constructor |
The following tables list the members exposed by NTimeSpan.
Name | Description | |
---|---|---|
![]() | NTimeSpan Constructor | Initializer constructor |
Name | Description | |
---|---|---|
![]() | Ticks | Returns the numer of tick in this date time span |
![]() | TimeUnit | Gets / sets the date/time unit of this span |
![]() | Units | Gets / sets the units of this span |
Name | Description | |
---|---|---|
![]() | Add | Adds the span to the specified date time |
![]() | AddMultiplied | Adds this span to the specified date time multiplied by the specified amount |
![]() | Equals | Returns true if the objects are equal |
![]() | GetHashCode | Gets the hash code of the date time span. |
![]() | GetSpanCountInRange | Obtains the number of spans that can fit in the specified range. |
![]() ![]() | Parse | Creates a NTimeSpan from its string representation |
![]() | Substract | Substracts the span from the specified date time |
![]() | SusbstractMultiplied | Substracts the date time span from the specified DateTime multiplied by the specified multiplier. |
![]() | ToString | Returns the string representation of this date/time span |
![]() | Returns true if the spans are equal |
![]() | Returns true if the t1 is greater than t2 |
![]() | Returns true if the t1 is greater or equal to t2 |
![]() | Returns true if the spans are not equal |
![]() | Returns true if the t1 is less than t2 |
![]() | Returns true if the t1 is less or equal than t2 |