Utils/VrUtils/Inc/VrDateUtils.h

22 lines
346 B
C
Raw Normal View History

2026-02-19 00:45:00 +08:00
#pragma once
#include <iostream>
#include <chrono>
namespace CVrDateUtils
{
/**
*
*/
std::string GetNowTime();
/**
* :-- ::
*/
std::string GetStrNowTime(bool bYear = true);
/**
*
*/
unsigned long long GetTimestamp();
};