Click or drag to resize

CSYSrLongtoTime Method

Converts seconds to decimal hours.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static double rLongtoTime(
	int sec
)

public static double rLongtoTime(
	int sec
)

Parameters

sec
Type: SystemInt32
Seconds

Return Value

Type: Double
x - Time
See Also