Click or drag to resize
CSTRIFormatDate Method (CGXNETCore, Double, String, Int32, Int32)
Convert a GX real to a date string.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void IFormatDate(
	CGXNETCore gxNetShared,
	double real,
	ref string buff,
	int width,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
real
Type: SystemDouble
Date value in decimal years to format
buff
Type: SystemString
Resulting string
width
Type: SystemInt32
Width of the field
type
Type: SystemInt32
<define>DATE_FORMAT</define>
See Also