Home
last modified time | relevance | path

Searched refs:inputTm2 (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Ddatetime_ex.cpp45 int64_t GetSecondsBetween(struct tm inputTm1, struct tm inputTm2) in GetSecondsBetween() argument
48 int64_t second2 = GetSecondsSince1970ToPointTime(inputTm2); in GetSecondsBetween()
/commonlibrary/c_utils/base/include/
H A Ddatetime_ex.h116 * @brief Obtains the number of seconds between inputTm1 and inputTm2.
118 int64_t GetSecondsBetween(struct tm inputTm1, struct tm inputTm2);

Completed in 1 milliseconds