FDateTime::FromJulianDay

Returns the proleptic Gregorian date for the given Julian Day.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/DateTime.h

Include

#include "Misc/DateTime.h"

Syntax

static FDateTime FromJulianDay
(
    double JulianDay
)

Remarks

Returns the proleptic Gregorian date for the given Julian Day.

Returns

Gregorian date and time.

Parameters

Parameter

Description

JulianDay

The Julian Day.

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