Click or drag to resize
CSTRrScanTime Method
Convert a time string to a GX real.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
OLD usage, use ScanForm_STR instead.
Syntax
public static double rScanTime(
	string str1,
	int i2
)

Parameters

str1
Type: SystemString
Date string
i2
Type: SystemInt32
See TIME_FORMATConstant

Return Value

Type: Double
Resulting Real, rDUMMY if conversion fails.
See Also