© Copyright 2023, Astera Software
Name | FromJulianDayNumber |
Syntax | FromJulianDayNumber (Integer julianDayNumber) |
Purpose | To convert a Julian day number to a date. |
Description | Returns the corresponding date time value for the specified Julian date. |
Return Type | DateTime |
Parameter | julianDayNumber [System.Int64] – Julian day |
Example
In this example, we will pass an integer value, representing a Julian day, to the function transformation object using a Variables object.
Where,
julianDayNumber = 2253045
In the output window you can see that the specified Julian day has been converted into a date time value.