Function TRAP::Utils::String::GetTimeStamp#

Function Documentation#

std::string TRAP::Utils::String::GetTimeStamp(const std::chrono::time_point<std::chrono::system_clock> &timePoint) noexcept#

Retrieve the given time-stamp as a string with “HH:MM:SS” format.

Parameters:

timePoint – Time-stamp to convert.

Returns:

Time-stamp as string.