FDateTime::DaysInMonth

Gets the number of days in the year and month.

Windows
MacOS
Linux

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

Syntax

static int32 DaysInMonth
(
    int32 Year,
    int32 Month
)

Remarks

Gets the number of days in the year and month.

Returns

The number of days

Parameters

Parameter

Description

Year

The year.

Month

The month.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss