LeviLamina
Loading...
Searching...
No Matches
DateHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace DateHelper {
6// functions
7// NOLINTBEGIN
8MCNAPI ::std::string getTimestampFileName(int64 const& timestamp);
9
10MCNAPI ::std::string removeSeconds(::std::string const& timeStr);
11// NOLINTEND
12
13} // namespace DateHelper