Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FDateTime
Description
Returns the proleptic Gregorian date for the given Julian Day.
| Name | FromJulianDay |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/DateTime.h |
| Include Path | #include "Misc/DateTime.h" |
static FDateTime FromJulianDay
(
double JulianDay
)
Gregorian date and time.
Parameters
| Name | Remarks |
|---|---|
| JulianDay | The Julian Day. |
See Also
- GetJulianDay