Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FDateTime
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
Include | #include "Misc/DateTime.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/DateTime.cpp |
static int32 DaysInMonth
&40;
int32 Year,
int32 Month
&41;
Remarks
Gets the number of days in the year and month. The number of days
Parameters
Name | Description |
---|---|
Year | The year. |
Month | The month. |