5#if !defined(__XTD_CORE_INTERNAL__)
6#error "Do not include this file: Internal use only"
16std::string __date_time_formatter(std::string fmt,
const std::tm& time,
xtd::uint32 nanoseconds,
const std::locale& loc);
17std::wstring __date_time_formatter(std::wstring fmt,
const std::tm& time,
xtd::uint32 nanoseconds,
const std::locale& loc);
18std::string __date_time_formatter(
const std::string& fmt, time_t time,
xtd::uint32 nanoseconds,
const std::locale& loc);
19std::wstring __date_time_formatter(
const std::wstring& fmt, time_t time,
xtd::uint32 nanoseconds,
const std::locale& loc);
std::uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.hpp:23
Contains xtd::uint32 type.