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.

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

public static int iDatetoLong(
	double date
)

Parameters

date
Type: SystemDouble
Date

Return Value

Type: Int32
x - Days
See Also