Home
last modified time | relevance | path

Searched refs:inputTm1 (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
47 int64_t second1 = GetSecondsSince1970ToPointTime(inputTm1); 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