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.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void BreakDate(
	double d1,
	ref int i2,
	ref int i3,
	ref int i4
)

Parameters

d1
Type: SystemDouble
date value to break
i2
Type: SystemInt32
year
i3
Type: SystemInt32
month (0-11)
i4
Type: SystemInt32
day (0-30)
See Also