Boost.Locale
|
Namespaces | |
boost::locale::period | |
Namespace that contains various types for manipulation with dates. | |
boost::locale::time_zone | |
namespace that holds functions for operating with global time zone | |
Classes | |
class | boost::locale::date_time_error |
This error is thrown in case of invalid state that occurred. More... | |
struct | boost::locale::date_time_period |
This class represents a pair of period_type and the integer values that describes its amount. For example 3 days or 4 years. More... | |
class | boost::locale::date_time_period_set |
this class that represents a set of periods, More... | |
class | boost::locale::calendar |
this class provides an access to general calendar information. More... | |
class | boost::locale::date_time |
this class represents a date time and allows to perform various operation according to the locale settings. More... | |
class | boost::locale::date_time_duration |
This class represents a period: a pair of two date_time objects. More... | |
Functions | |
date_time_period_set | boost::locale::operator+ (const date_time_period_set &a, const date_time_period_set &b) |
Append two periods sets. Note this operator is not commutative. | |
date_time_period_set | boost::locale::operator- (const date_time_period_set &a, const date_time_period_set &b) |
Append two period sets when all periods of set change their sign. | |
template<typename CharType > | |
std::basic_ostream< CharType > & | boost::locale::operator<< (std::basic_ostream< CharType > &out, const date_time &t) |
template<typename CharType > | |
std::basic_istream< CharType > & | boost::locale::operator>> (std::basic_istream< CharType > &in, date_time &t) |
date_time_duration | boost::locale::operator- (const date_time &later, const date_time &earlier) |
This module provides various calendar, timezone and date time services
|
inline |
Calculates the difference between two dates, the left operand is a later point on time line. Returns date_time_duration object.
std::basic_ostream<CharType>& boost::locale::operator<< | ( | std::basic_ostream< CharType > & | out, |
const date_time & | t | ||
) |