EMonthOfYear

Enumerates the months of the year in 12-month calendars.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/DateTime.h

Include

#include "Misc/DateTime.h"

Syntax

enum EMonthOfYear
{
    January      = 1,
    February,
    March,
    April,
    May,
    June,
    July,
    August,
    September,
    October,
    November,
    December,
}

Values

Name

Description

January

February

March

April

May

June

July

August

September

October

November

December

Remarks

Enumerates the months of the year in 12-month calendars.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss