#include "chrono.hpp"#include "icomparable.hpp"#include "iequatable.hpp"#include "iformatable.hpp"#include "object.hpp"#include "parse.hpp"#include "ticks.hpp"#include "types.hpp"#include "string.hpp"#include "literals/time_span.hpp"Contains xtd::time_span class.
Go to the source code of this file.
Classes | |
| class | xtd::time_span |
| Represents a time interval. More... | |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
| template<> | |
| xtd::time_span | xtd::parse< time_span > (const std::string &str) |
| Converts the string representation of a time interval to its xtd::time_span equivalent. | |