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