#include "chrono.h"
#include "icomparable.h"
#include "iequatable.h"
#include "iformatable.h"
#include "object.h"
#include "parse.h"
#include "ticks.h"
#include "types.h"
#include "string.h"
Contains xtd::time_span typedef.
Go to the source code of this file.
Classes | |
struct | 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. | |