Main Content
cdflib.computeTT2000
Description
converts individual UTC-based time components to a tt2000
= cdflib.computeTT2000(timeVec
)CDF_TIME_TT2000
timestamp.
If
timeVec
is a vector, thentt2000
is an integer scalar.If
timeVec
is a matrix, thentt2000
is an integer vector whose length equals the number of columns oftimeVec
.
For more information about CDF_TIME_TT2000
timestamps, see
the More About
section.
Examples
Input Arguments
More About
Tips
This function corresponds to the CDF library C API routine
computeTT2000
.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.
Version History
Introduced in R2022b