Specialization of functor T_Append for type DateTime::Duration .
Definition at line 690 of file calendar.hpp.
#include <calendar.hpp>
Public Method Index: | |
ALIB_API void | operator() (TAString< TChar > &target, const time::DateTime::Duration duration) |
ALIB_API void operator() | ( | TAString< TChar > & | target, |
const time::DateTime::Duration | duration ) |
Appends a human readable string representation of objects of templated inner type TimePointBase::Duration of type DateTime .
target | The AString that Append was invoked on. |
duration | The duration to append. |