Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetTimeStr
- Timestamp:
- 01/29/21 11:03:53 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Time/GetTimeStr
v7 v8 7 7 char* GetTimeStr(char* pszBuffer, int secs); 8 8 9 string GetTimeStr(datetime_struct* pTime, int secs ;9 string GetTimeStr(datetime_struct* pTime, int secs); 10 10 11 11 char* GetTimeStr(datetime_struct* pTime, char* pszBuffer, int secs);