Click or drag to resize

CSYSrTimetoSeconds Method

Converts decimal hours to seconds in a day fractional

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

public static double rTimetoSeconds(
	double time
)

Parameters

time
Type: SystemDouble
Time

Return Value

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