LibreOffice Module tools (master) 1
Classes | Namespaces | Functions
datetime.hxx File Reference
#include <tools/toolsdllapi.h>
#include <tools/date.hxx>
#include <tools/time.hxx>
#include <com/sun/star/util/DateTime.hpp>
#include <iomanip>
Include dependency graph for datetime.hxx:

Go to the source code of this file.

Classes

class  DateTime
 

Namespaces

namespace  tools
 Note: this class is a true marvel of engineering: because the author could not decide whether it's better to have a closed or half-open interval, they just implemented both in the same class!
 

Functions

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, const DateTime &datetime)
 

Function Documentation

◆ operator<<()

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< ( std::basic_ostream< charT, traits > &  stream,
const DateTime datetime 
)
inline

Definition at line 129 of file datetime.hxx.