ML Reference
MeVis/Foundation/Sources/MLUtilities/mlDateTime.h File Reference

Defines the class DateTime for processing date and time values. More...

#include "mlUtilsSystem.h"
#include "mlSystemIncludes.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.

Detailed Description

Defines the class DateTime for processing date and time values.

Author:
Tobias Boskamp
Date:
06/2001

Definition in file mlDateTime.h.