EDayOfWeek

Enumerates the days of the week in 7-day calendars.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/DateTime.h"

Syntax

enum EDayOfWeek
{
    Monday       = 0,
    Tuesday,
    Wednesday,
    Thursday,
    Friday,
    Saturday,
    Sunday,
}

Values

Name

Description

Monday

Tuesday

Wednesday

Thursday

Friday

Saturday

Sunday

Remarks

Enumerates the days of the week in 7-day 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