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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static double rMakeDate(
	CGXNETCore gxNetShared,
	int year,
	int month,
	int day
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
year
Type: SystemInt32
Year
month
Type: SystemInt32
Month (0-11)
day
Type: SystemInt32
Day (0-30)

Return Value

Type: Double
Date in decimal years.
See Also