ReactOS 0.4.16-dev-927-g467dec4
|
#include <corecrt_internal_time.h>
Go to the source code of this file.
Functions | |
template<typename TimeType > | |
static TimeType __cdecl | common_loctotime_t (int yr, int const mo, int const dy, int const hr, int const mn, int const sc, int const dstflag) throw () |
__time32_t __cdecl | __loctotime32_t (int const yr, int const mo, int const dy, int const hr, int const mn, int const sc, int const dstflag) |
__time64_t __cdecl | __loctotime64_t (int const yr, int const mo, int const dy, int const hr, int const mn, int const sc, int const dstflag) |
__time32_t __cdecl __loctotime32_t | ( | int const | yr, |
int const | mo, | ||
int const | dy, | ||
int const | hr, | ||
int const | mn, | ||
int const | sc, | ||
int const | dstflag | ||
) |
Definition at line 93 of file loctotime.cpp.
Referenced by convert_system_time_to_time_t().
__time64_t __cdecl __loctotime64_t | ( | int const | yr, |
int const | mo, | ||
int const | dy, | ||
int const | hr, | ||
int const | mn, | ||
int const | sc, | ||
int const | dstflag | ||
) |
Definition at line 106 of file loctotime.cpp.
Referenced by convert_system_time_to_time_t().
|
static |
Definition at line 17 of file loctotime.cpp.