comparison src/timeconv.h @ 380:1e1970f93f94 stable-0-6-72

allow all 7 days in bydays recurring appointment, update for fedora python packaging
author Carl Byington <carl@five-ten-sg.com>
date Wed, 01 Aug 2018 08:15:34 -0700
parents ad7b880ad3d1
children
comparison
equal deleted inserted replaced
379:bbd198da4033 380:1e1970f93f94
24 @return result time_t value 24 @return result time_t value
25 */ 25 */
26 time_t pst_fileTimeToUnixTime( const FILETIME* filetime); 26 time_t pst_fileTimeToUnixTime( const FILETIME* filetime);
27 27
28 /** Convert a FILETIME to string in date_format format. 28 /** Convert a FILETIME to string in date_format format.
29 @param[in] filetime time structure to be converted 29 @param[in] filetime time structure to be converted
30 @param[in] string ctime_r format of output date 30 @param[in] date_format string ctime_r format of output date
31 @param[out] result pointer to output buffer, must be at least 30 bytes. 31 @param[out] result pointer to output buffer, must be at least 30 bytes.
32 @return result size_t value returned by strftime 32 @return result size_t value returned by strftime
33 */ 33 */
34 size_t pst_fileTimeToString( const FILETIME* filetime, const char* date_format, char* result); 34 size_t pst_fileTimeToString( const FILETIME* filetime, const char* date_format, char* result);
35 #ifdef __cplusplus 35 #ifdef __cplusplus
36 } 36 }