LeviLamina
Loading...
Searching...
No Matches
DurationFormat.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
DateHelper {
6
7
enum class
DurationFormat :
int
{
8
NotLocalized = 0,
9
LocalizedAbbreviated3Char = 1,
10
LocalizedAbbreviated1Char = 2,
11
LocalizedNotAbbreviated = 3,
12
};
13
14
}
src
mc
util
date_helper
DurationFormat.h
Generated on Sat Apr 26 2025 05:55:59 for LeviLamina by
1.12.0