Click or drag to resize

CSYSrMakeDate Method

Returns the decimal date given the year, month and day.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rMakeDate(
	int year,
	int month,
	int day
)

public static double rMakeDate(
	int year,
	int month,
	int day
)

Parameters

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