xtd 0.2.0
Loading...
Searching...
No Matches
time_span.h File Reference
#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"

Definition

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.