Click or drag to resize

CSYSrLongtoTime Method

Converts seconds to decimal hours.

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

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