Click or drag to resize

CSYSBreakDate Method

Breaks a decimal date value into year, month and day.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void BreakDate(
	CGXNETCore gxNetShared,
	double date,
	ref int year,
	ref int month,
	ref int day
)

public static void BreakDate(
	CGXNETCore gxNetShared,
	double date,
	ref int year,
	ref int month,
	ref int day
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
date
Type: SystemDouble
Date value to break
year
Type: SystemInt32
Year
month
Type: SystemInt32
Month (0-11)
day
Type: SystemInt32
Day (0-30)
See Also