Click or drag to resize

WeatherMakerDayNightCycleProfileScriptJulianToDateTime Method

Julian date to System.DateTime

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static DateTime JulianToDateTime(
	double julianDate
)

Parameters

julianDate
Type: SystemDouble
Julian date

Return Value

Type: DateTime
DateTime with UTC kind
See Also