now.set_hours(2); /* No! Not a supported member function */ now.set_hours(9999); /* Doesn't make sense */
now.add_seconds(1000); /* Changes now to move by 1000 seconds */ now.seconds_from(day_end); /* Computes number of seconds between now and day_end */