Click or drag to resize
CSYSBreakDate Method
Breaks a decimal date value into 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 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