NAME

UTC - Universal Time Coordinated class

SYNOPSIS

#include 

UTC clock;

DESCRIPTION

Construction

UTC()
UTC(date d, hour t)
UTC(string)

Assignment

operator=(string &)

Conversion

string()

Relational operations

operator==(UTC &)
operator!=(UTC &)
operator<(UTC &)
operator<=(UTC &)
operator>(UTC &)
operator>=(UTC &)

Attributes

date day()
hour hour()

Arithmetic

UTC operator+(UTC &t1, UTC &t2)
UTC operator-(UTC &t1, UTC &t2)
UTC &operator+=(UTC &t)
UTC &operator-=(UTC &t)
UTC &operator++()
UTC &operator--()

Stream I/O

ostream &operator<<(ostream &str, UTC &t)
istream &operator>>(istream &str, UTC &t)

SEE ALSO

date hour

DIAGNOSTICS