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.

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

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

Parameters

i1
Type: SystemInt32
day

Return Value

Type: Double
x - Date
See Also