int operator-( Time a, Time b ) { return a.seconds_from( b ); }
Time now; Time morning( 9, 0, 0 ); int seconds_elapsed = now - morning;