Copyright Digital Equipment Corp. All rights reserved.

utc_boundtime

   Given two UTC times, one before and one after an event, returns a
   single UTC time whose inaccuracy includes the event.

   Format

     #include <utc.h>

     int utc_boundtime(*result, *utc1, *utc2)

        utc_t *result;
        const utc_t *utc1;
        const utc_t *utc2;
 


Additional information available:

Parameters      Description     Notes           Returns         Example
Related_Functions