UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DateTime.h File Reference

Go to the source code of this file.

Classes

struct  FDateTime
 

Enumerations

enum class  EDayOfWeek {
  Monday = 0 , Tuesday , Wednesday , Thursday ,
  Friday , Saturday , Sunday
}
 
enum class  EMonthOfYear {
  January = 1 , February , March , April ,
  May , June , July , August ,
  September , October , November , December
}
 

Enumeration Type Documentation

◆ EDayOfWeek

enum class EDayOfWeek
strong

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

Enumerator
Monday 
Tuesday 
Wednesday 
Thursday 
Friday 
Saturday 
Sunday 

◆ EMonthOfYear

enum class EMonthOfYear
strong

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

Enumerator
January 
February 
March 
April 
May 
June 
July 
August 
September 
October 
November 
December