This is the complete list of members for xtd::time_span, including all inherited members.
| add(const time_span &ts) const noexcept | xtd::time_span | |
| compare_to(const time_span &value) const noexcept override | xtd::time_span | virtual |
| days() const noexcept | xtd::time_span | |
| divide(const time_span &ts) const | xtd::time_span | |
| divide(double divisor) const | xtd::time_span | |
| duration() const noexcept | xtd::time_span | |
| equals(const time_span &value) const noexcept override | xtd::time_span | virtual |
| equals(time_span t1, time_span t2) | xtd::time_span | static |
| xtd::object::equals(const object &obj) const noexcept | xtd::object | |
| xtd::object::equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| from_days(double value) | xtd::time_span | static |
| from_days(std::chrono::days value) | xtd::time_span | static |
| from_hours(double value) | xtd::time_span | static |
| from_hours(std::chrono::hours value) | xtd::time_span | static |
| from_microseconds(double value) | xtd::time_span | static |
| from_microseconds(std::chrono::microseconds value) | xtd::time_span | static |
| from_milliseconds(double value) | xtd::time_span | static |
| from_milliseconds(std::chrono::milliseconds value) | xtd::time_span | static |
| from_minutes(double value) | xtd::time_span | static |
| from_minutes(std::chrono::minutes value) | xtd::time_span | static |
| from_nanoseconds(double value) | xtd::time_span | static |
| from_nanoseconds(std::chrono::nanoseconds value) | xtd::time_span | static |
| from_seconds(double value) | xtd::time_span | static |
| from_seconds(std::chrono::seconds value) | xtd::time_span | static |
| from_ticks(int64 value) | xtd::time_span | static |
| from_ticks(xtd::ticks value) | xtd::time_span | static |
| get_hash_code() const noexcept | xtd::object | virtual |
| get_type() const noexcept | xtd::object | virtual |
| hours() const noexcept | xtd::time_span | |
| max_value | xtd::time_span | static |
| memberwise_clone() const noexcept | xtd::object | inline |
| microseconds() const noexcept | xtd::time_span | |
| milliseconds() const noexcept | xtd::time_span | |
| min_value | xtd::time_span | static |
| minutes() const noexcept | xtd::time_span | |
| multiply(const time_span &ts) const noexcept | xtd::time_span | |
| multiply(double factor) const noexcept | xtd::time_span | |
| nanoseconds() const noexcept | xtd::time_span | |
| nanoseconds_per_tick | xtd::time_span | static |
| negate() const | xtd::time_span | |
| object()=default | xtd::object | |
| parse(const ustring &value) | xtd::time_span | static |
| reference_equals(const object &object_a, const object &object_b) noexcept | xtd::object | static |
| seconds() const noexcept | xtd::time_span | |
| subtract(const time_span &ts) const noexcept | xtd::time_span | |
| ticks() const noexcept | xtd::time_span | |
| ticks_duration() const noexcept | xtd::time_span | |
| ticks_per_day | xtd::time_span | static |
| ticks_per_hour | xtd::time_span | static |
| ticks_per_microsecond | xtd::time_span | static |
| ticks_per_millisecond | xtd::time_span | static |
| ticks_per_minute | xtd::time_span | static |
| ticks_per_second | xtd::time_span | static |
| time_span(int64 ticks) | xtd::time_span | explicit |
| time_span(xtd::ticks ticks) | xtd::time_span | explicit |
| time_span(const std::chrono::duration< duration_t, period_t > &value) | xtd::time_span | inline |
| time_span(int32 hours, int32 minutes, int32 seconds) | xtd::time_span | |
| time_span(int32 days, int32 hours, int32 minutes, int32 seconds) | xtd::time_span | |
| time_span(int32 days, int32 hours, int32 minutes, int32 seconds, int32 milliseconds) | xtd::time_span | |
| time_span(int32 days, int32 hours, int32 minutes, int32 seconds, int32 milliseconds, int32 microseconds) | xtd::time_span | |
| time_span(int32 days, int32 hours, int32 minutes, int32 seconds, int32 milliseconds, int32 microseconds, int32 nanoseconds) | xtd::time_span | |
| to_string() const noexcept override | xtd::time_span | virtual |
| to_string(const ustring &format) const | xtd::time_span | |
| total_days() const noexcept | xtd::time_span | |
| total_days_duration() const noexcept | xtd::time_span | |
| total_hours() const noexcept | xtd::time_span | |
| total_hours_duration() const noexcept | xtd::time_span | |
| total_microseconds() const noexcept | xtd::time_span | |
| total_microseconds_duration() const noexcept | xtd::time_span | |
| total_milliseconds() const noexcept | xtd::time_span | |
| total_milliseconds_duration() const noexcept | xtd::time_span | |
| total_minutes() const noexcept | xtd::time_span | |
| total_minutes_duration() const noexcept | xtd::time_span | |
| total_nanoseconds() const noexcept | xtd::time_span | |
| total_nanoseconds_duration() const noexcept | xtd::time_span | |
| total_seconds() const noexcept | xtd::time_span | |
| total_seconds_duration() const noexcept | xtd::time_span | |
| try_parse(const ustring &value, time_span &result) | xtd::time_span | static |
| zero | xtd::time_span | static |