Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDateTime
Description
Gets the number of days in the year and month.
| Name | DaysInMonth |
| 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 |
static int32 DaysInMonth
(
int32 Year,
int32 Month
)
The number of days
Parameters
| Name | Remarks |
|---|---|
| Year | The year. |
| Month | The month. |
See Also
- DaysInYear