7 std::wstringstream stream;
8 stream << std::setfill(L
'0') << st.wYear << L
"-" << std::setw(2) << st.wMonth << L
"-" << std::setw(2) << st.wDay;
15 std::wstringstream stream;
16 if ( _filenamecompatible )
17 stream << std::setfill(L
'0') << std::setw(2) << st.wHour << L
"-" << std::setw(2) << st.wMinute << L
"-" << std::setw(2) << st.wSecond;
19 stream << std::setfill(L
'0') << std::setw(2) << st.wHour << L
":" << std::setw(2) << st.wMinute << L
":" << std::setw(2) << st.wSecond;
This is the include file for standard system include files, or project specific include files that ar...
std::wstring GetCurrentDateString()
Various helper functions and classes for Scope.
std::wstring GetCurrentTimeString(const bool &_filenamecompatible)