Click or drag to resize

CSYSrLongtoDate Method

Converts a value representing total days elapsed since day 0 of year 0 to a geosoft date. This uses the Numerical Receipies Julian function.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rLongtoDate(
	int days
)

public static double rLongtoDate(
	int days
)

Parameters

days
Type: SystemInt32
Day

Return Value

Type: Double
x - Date
See Also