|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt.h>

Go to the source code of this file.
Classes | |
| struct | tm |
Functions | |
| _ACRTIMP wchar_t *__cdecl | _wasctime (const struct tm *) |
| _ACRTIMP size_t __cdecl | wcsftime (wchar_t *, size_t, const wchar_t *, const struct tm *) |
| _ACRTIMP size_t __cdecl | _wcsftime_l (wchar_t *, size_t, const wchar_t *, const struct tm *, _locale_t) |
| _ACRTIMP wchar_t *__cdecl | _wctime32 (const __time32_t *) |
| _ACRTIMP wchar_t *__cdecl | _wctime64 (const __time64_t *) |
| _ACRTIMP wchar_t *__cdecl | _wstrdate (wchar_t *) |
| _ACRTIMP errno_t __cdecl | _wstrdate_s (wchar_t *, size_t) |
| _ACRTIMP wchar_t *__cdecl | _wstrtime (wchar_t *) |
| _ACRTIMP errno_t __cdecl | _wstrtime_s (wchar_t *, size_t) |
| static wchar_t * | _wctime (const time_t *t) |
Definition at line 1677 of file time.c.
Referenced by _wctime32(), and _wctime64().
| _ACRTIMP size_t __cdecl _wcsftime_l | ( | wchar_t * | str, |
| size_t | max, | ||
| const wchar_t * | format, | ||
| const struct tm * | mstm, | ||
| _locale_t | loc | ||
| ) |
Definition at line 1576 of file time.c.
Definition at line 42 of file corecrt_wtime.h.
| _ACRTIMP wchar_t *__cdecl _wctime32 | ( | const __time32_t * | time | ) |
| _ACRTIMP wchar_t *__cdecl _wctime64 | ( | const __time64_t * | time | ) |
Definition at line 594 of file time.c.
Definition at line 667 of file time.c.
| _ACRTIMP size_t __cdecl wcsftime | ( | wchar_t * | str, |
| size_t | max, | ||
| const wchar_t * | format, | ||
| const struct tm * | mstm | ||
| ) |
Definition at line 1585 of file time.c.
Referenced by ATL::CTimeSpan::Format(), ATL::CTime::Format(), and ATL::CTime::FormatGmt().