Duration constants
There is a single Duration constant. It is returned by a static function
Duration::MAX(). Its value is the magnitude of the largest Duration
that can be represented on your machine.
To see what value the constant has on
your machine, for example, you could write:
#include <Time.h>
#include <iostream.h>
main(){
cout << Duration::MAX() << endl;
}
Next topic:
Constructors
Previous topic:
Duration
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004