GrabBag/VrUtils/Inc/VrDateUtils.h

22 lines
346 B
C
Raw Normal View History

2025-07-23 01:35:14 +08:00
#pragma once
#include <iostream>
#include <chrono>
namespace CVrDateUtils
{
/**
*
*/
std::string GetNowTime();
2025-10-08 21:45:37 +08:00
/**
* :-- ::
*/
std::string GetStrNowTime(bool bYear = true);
/**
*
*/
unsigned long long GetTimestamp();
2025-06-08 12:48:04 +08:00
};