Name | Description | |
---|---|---|
![]() | NTimeSpanRange Constructor | Overloaded. |
The following tables list the members exposed by NTimeSpanRange.
Name | Description | |
---|---|---|
![]() | NTimeSpanRange Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Days | Gets the number of days in the range |
![]() | Hours | Gets the number of hours in the range |
![]() | IsNormalized | Returns true if the range is normal. |
![]() | Minutes | Gets the number of minutes in the range |
![]() | Seconds | Gets the number of seconds in the range |
![]() | Ticks | Gets the number of ticks in the range |
Name | Description | |
---|---|---|
![]() | Combine | Combines the the two ranges. |
![]() | Contains | Returns true if the range contains the specified value. |
![]() | Equals | Returns true if the objects are equal. |
![]() | GetHashCode | Returns the hash code of this instance. |
![]() | GetLength | Returns the absolute lenght of this range. |
![]() | Intersect | Interscects the range with another one |
![]() | Intersects | Checks if the ranges intersec each other |
![]() | Invert | Changes the Begin and End values of this range. |
![]() | IsInverted | Returns true if the range is inverted. |
![]() | Normalize | Normalizes the range. |