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.0
License: Available to anyone.  

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

Parameters

d1
Type: SystemDouble
date

Return Value

Type: Int32
x - Days
See Also