Convert time value to CDF_EPOCH
value
epoch = cdflib.computeEpoch(timeval)
epoch = cdflib.computeEpoch(timeval)
converts
the time value specified by timeval
into a CDF_EPOCH
value.
|
7-by-1 time vector. The following table describes the time components.
|
|
MATLAB® |
Convert a time value into a CDF_EPOCH
value.
timeval = [1999 12 31 23 59 59 0]; epoch = cdflib.computeEpoch(timeval);
This function corresponds to the CDF library C API routine computeEPOCH
.
To use this function, you must be familiar with the CDF C
interface. Read the CDF documentation at the CDF website
.
For copyright information, see the cdfcopyright.txt
file.