Name
wcsftime function — Formats a time as a wide string
Synopsis
size_t wcsftime(wchar_t* str, size_t n, const wchar_t* format, const tm* tmptr)
The wcsftime
function is
similar to strftime
in <ctime>
, except it formats the
result as a wide string, str
, and
the format
parameter is a wide
string.