This is the complete list of members for TimeSpan, including all inherited members.
| Days typedef | TimeSpan | |
| days() const | TimeSpan | inline |
| Hours typedef | TimeSpan | |
| hours() const | TimeSpan | inline |
| Microseconds typedef | TimeSpan | |
| microseconds() const | TimeSpan | inline |
| Milliseconds typedef | TimeSpan | |
| milliseconds() const | TimeSpan | inline |
| Minutes typedef | TimeSpan | |
| minutes() const | TimeSpan | inline |
| Nanoseconds typedef | TimeSpan | |
| nanoseconds() const | TimeSpan | inline |
| operator+=(const TimeSpan &other) | TimeSpan | inline |
| operator-=(const TimeSpan &other) | TimeSpan | inline |
| Seconds typedef | TimeSpan | |
| seconds() const | TimeSpan | inline |
| swap(TimeSpan &other) ONIXS_FMXUST_BIMP_NOTHROW | TimeSpan | inline |
| Ticks typedef | TimeSpan | |
| ticks() const | TimeSpan | inline |
| TimeSpan(Ticks ticks=0) ONIXS_FMXUST_BIMP_NOTHROW | TimeSpan | inlineexplicit |
| TimeSpan(Days days, Hours hours, Minutes minutes, Seconds seconds, Nanoseconds nanoseconds) | TimeSpan | inline |
| TimeSpan(Hours hours, Minutes minutes, Seconds seconds, Nanoseconds nanoseconds) | TimeSpan | inline |