DataTime Class Reference

An abstract class for date and time types. More...

#include <DateTime.h>

Detailed Description

An abstract class for date and time types.

It is a base class for different kinds of date and time representations, such as, date and date period, time instant and period, time with and without time zone, etc.

For more information see ISO 8601:2004 and ISO 19108:2002.

Note
The DateTime classes can throw exceptions derived from std::out_of_range.
See also
AbstractData, DateTimeInstant, DateDuration, TimeDuration

The documentation for this class was generated from the following file: