unreal.Month

class unreal.Month

Bases: EnumBase

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

C++ Source:

  • Plugin: CelestialVault

  • Module: CelestialVault

  • File: DaylightSavings.h

APRIL: Month = Ellipsis

4

AUGUST: Month = Ellipsis

8

DECEMBER: Month = Ellipsis

12

FEBRUARY: Month = Ellipsis

2

JANUARY: Month = Ellipsis

1

JULY: Month = Ellipsis

7

JUNE: Month = Ellipsis

6

MARCH: Month = Ellipsis

3

MAY: Month = Ellipsis

5

NOVEMBER: Month = Ellipsis

11

OCTOBER: Month = Ellipsis

10

SEPTEMBER: Month = Ellipsis

9