Click or drag to resize
CSTRIFormatTime Method (CGXNETCore, Double, String, Int32, Int32, Int32, Int32)
Convert a GX real to a time 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 IFormatTime(
	CGXNETCore gxNetShared,
	double real,
	ref string buff,
	int size,
	int width,
	int deci,
	int type
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
real
Type: SystemDouble
Time value in decimal hours to format
buff
Type: SystemString
Resulting string
size
Type: SystemInt32
Size of the Resulting String
width
Type: SystemInt32
Width of the field
deci
Type: SystemInt32
Decimals to format with
type
Type: SystemInt32
<define>TIME_FORMAT</define>
See Also