VMS Help  —  DECdts  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: explode extract
Parameters Description Notes Returns Example Related Functions
Close Help