Blamite Game Engine - blam!  00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
datetime.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
4 
5 #ifndef BLAM
6 #define BLAM
7 #endif
8 
9 namespace Blam
10 {
11  namespace Utils
12  {
16  namespace DateTime
17  {
25  BLAM std::string GetDateTime(const char* format);
26 
33  BLAM std::string GetTimeLogFormat();
34  }
35  }
36 }
Blam
Namespace surrounding all major engine components.
Definition: blam_api.h:17
Blam::Utils::DateTime::GetDateTime
BLAM std::string GetDateTime(const char *format)
Retrieves the current date/time in the specified format.
Definition: datetime.cpp:13
Blam::Utils::DateTime::GetTimeLogFormat
BLAM std::string GetTimeLogFormat()
Retrieves the current date/time in the following format, for use in the logger: MM....
Definition: datetime.cpp:29
BLAM
#define BLAM
Definition: datetime.h:6