Click or drag to resize
CSYSrLongtoTime Method
Converts seconds to decimal hours.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static double rLongtoTime(
	CGXNETCore gxNetShared,
	int sec
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
sec
Type: SystemInt32
Seconds

Return Value

Type: Double
x - Time
See Also