Navigation
API > API/Plugins > API/Plugins/CelestialVault
Enumerates the months of the year in 12-month calendars.
| Name | EMonth |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/CelestialVault/Source/CelestialVault/Public/DaylightSavings.h |
| Include Path | #include "DaylightSavings.h" |
Syntax
enum EMonth
{
None = 0 UMETA(Hidden),
January = 1,
February = 2,
March = 3,
April = 4,
May = 5,
June = 6,
July = 7,
August = 8,
September = 9,
October = 10,
November = 11,
December = 12,
}
Values
| Name | Remarks |
|---|---|
| None | |
| January | |
| February | |
| March | |
| April | |
| May | |
| June | |
| July | |
| August | |
| September | |
| October | |
| November | |
| December |