Syntax | #include <wchar.h> size_t wcsftime(wchar_t *wcs, size_t maxsize, const wchar_t *format, const struct tm *timptr); | |
Description |
The function behaves as if a string generated by If copying is between overlapping objects, the result is undefined. | |
Rerurn val. | Integer which indicates the number of wide character codes written to the field (without a terminating null) | |
if the number of wide character codes including the terminating null is less than or equal to maxsize | ||
0 | otherwise. In this case the field content is undefined. | |
Errors |
| |
| There is not enough memory available for the internal management data. | |
See also |
|