DateTime for processing date and time values.
More...
#include "mlSystemIncludes.h"
#include "mlUtilsSystem.h"
Go to the source code of this file.
Classes | |
| class | ml::DateTime |
| Class for performing date/time arithmetics, comparisons and formatting. More... | |
Namespaces | |
| namespace | ml |
Define the namespace name like in the ML. Default is ml. | |
| namespace | std |
| Provide trigonometric etc. | |
Functions | |
| ostream & | std::operator<< (ostream &s, const ml::DateTime &dt) |
Overloads the operator "<<" for stream output of dt into s in the format year:month:day:hour:minute:second. | |
DateTime for processing date and time values.
Definition in file mlDateTime.h.
1.5.8