Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDateTime
Description
Gets the number of days in the given year.
| Name | DaysInYear |
| 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 DaysInYear
(
int32 Year
)
The number of days.
Parameters
| Name | Remarks |
|---|---|
| Year | The year. |