Click or drag to resize

CSTRIFormatTime Method (Double, String, Int32, Int32, Int32, Int32)

Convert a GX real to a time string.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IFormatTime(
	double real,
	ref string buff,
	int size,
	int width,
	int deci,
	int type
)

public static void IFormatTime(
	double real,
	ref string buff,
	int size,
	int width,
	int deci,
	int type
)

Parameters

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