MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetTimeStampFormat

Method GetTimeStampFormat

UTCP/src/uh_ctrl.cpp:1456–1459  ·  view source on GitHub ↗

GetTimeStampFormat Gets the format for stamped lines. See the information on the strftime function for for full information on format strings Params none Return format mask for the time stamp ***********************************************/

Source from the content-addressed store, hash-verified

1454 format mask for the time stamp
1455***********************************************/
1456LPCTSTR CUH_Control::GetTimeStampFormat() const
1457{
1458 return m_DateFormatString;
1459}
1460
1461/**********************************************
1462OpenLog

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected