Click or drag to resize
CSYSrSecondstoTime Method
Converts fractional 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 rSecondstoTime(
	CGXNETCore gxNetShared,
	double sec
)

Parameters

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

Return Value

Type: Double
x - Time
See Also