46 <<
"Example 1: How many seconds are there within a day?\n" 49 <<
" First we create a relative time span of one day length:\n";
52 cout <<
" " << string(oneday) << endl;
55 <<
" Then we create a relative time span of one second length:\n";
58 cout <<
" " << string(onesecond) << endl;
61 <<
" Then we divide the one by the other:\n" 62 <<
" " << oneday/onesecond << endl;
64 cout <<
" So there are " << oneday/onesecond
65 <<
" seconds within one day.\n" class to contain relative times