Click or drag to resize
CSYSiDatetoLong Method
Converts a double date to a value representing total days elapsed since day 0 of year 0. This uses the Numerical Receipies Julian function.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static int iDatetoLong(
	CGXNETCore gxNetShared,
	double date
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
date
Type: SystemDouble
Date

Return Value

Type: Int32
x - Days
See Also