deepsy 22-Nitrogen
Main Page
Concepts
APIs
Tools
Contact
File List
File Members
sources
cpp
LIBRARIES
UTILS
src
time
timeUtils.h
Go to the documentation of this file.
1
4
#pragma once
5
6
#include <string>
7
14
namespace
dpyTime
{
15
21
std::string
getLocalTimeStamp
();
22
27
struct
tm
getLocalTime
();
28
29
}
/* namespace dpyTime */
dpyTime::getLocalTimeStamp
std::string getLocalTimeStamp()
Get local time as a timestamp string.
dpyTime::getLocalTime
struct tm getLocalTime()
Get local time.
dpyTime
Time utility methods.
Generated by