Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDateTime
Description
Calculates this date's day of the week (Sunday - Saturday).
| Name | GetDayOfWeek |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
| Include Path | #include "Misc/DateTime.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp |
EDayOfWeek GetDayOfWeek() const
The week day.
See Also
-
GetDayOfYear
-
GetMonthOfYear
-
GetTimeOfDay