Click or drag to resize
CSYSrMakeDate Method
Returns the decimal date given the year, month and day.

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

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

Parameters

i1
Type: SystemInt32
year
i2
Type: SystemInt32
month (0-11)
i3
Type: SystemInt32
day (0-30)

Return Value

Type: Double
Date in decimal years.
See Also