Home
last modified time | relevance | path

Searched refs:inputTm1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-datetime.md19 |int64_t |**GetSecondsBetween**(struct tm inputTm1, struct tm inputTm2)<br>获取 inputTm1 和 inputTm2…
/ohos5.0/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()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Ddatetime_ex.h118 int64_t GetSecondsBetween(struct tm inputTm1, struct tm inputTm2);