Click or drag to resize

CSYSrSecondstoTime Method

Converts fractional 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 rSecondstoTime(
	double sec
)

public static double rSecondstoTime(
	double sec
)

Parameters

sec
Type: SystemDouble
Seconds

Return Value

Type: Double
x - Time
See Also