Click or drag to resize
CSYSrTimetoSeconds Method
Converts decimal hours to seconds in a day fractional

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 rTimetoSeconds(
	CGXNETCore gxNetShared,
	double time
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
time
Type: SystemDouble
Time

Return Value

Type: Double
x - Number of seconds with fractions
See Also