|
ReactOS 0.4.16-dev-2110-ge3521eb
|
#include <corecrt_internal_time.h>
Go to the source code of this file.
Functions | |
| template<typename TimeType > | |
| static errno_t __cdecl | common_localtime_s (tm *const ptm, TimeType const *const ptime) throw () |
| errno_t __cdecl | _localtime32_s (tm *const ptm, __time32_t const *const ptime) |
| errno_t __cdecl | _localtime64_s (tm *const ptm, __time64_t const *const ptime) |
| template<typename TimeType > | |
| _Success_ (return !=0) static tm *__cdecl common_localtime(TimeType const *const ptime) throw () | |
| tm *__cdecl | _localtime32 (__time32_t const *const ptime) |
| tm *__cdecl | _localtime64 (__time64_t const *const ptime) |
| tm *__cdecl _localtime32 | ( | __time32_t const *const | ptime | ) |
Definition at line 203 of file localtime.cpp.
Definition at line 165 of file localtime.cpp.
| tm *__cdecl _localtime64 | ( | __time64_t const *const | ptime | ) |
Definition at line 208 of file localtime.cpp.
Referenced by localtime().
Definition at line 173 of file localtime.cpp.
Referenced by ATL::CTimeSpan::Format(), ATL::CTime::Format(), ATL::CTime::GetDay(), ATL::CTime::GetDayOfWeek(), ATL::CTime::GetHour(), ATL::CTime::GetLocalTm(), ATL::CTime::GetMinute(), ATL::CTime::GetMonth(), ATL::CTime::GetSecond(), ATL::CTime::GetYear(), and localtime_s().
Definition at line 187 of file localtime.cpp.
|
static | ||||||||||||||||||||
Definition at line 33 of file localtime.cpp.
Referenced by _localtime32_s(), and _localtime64_s().