Click or drag to resize

CSYSiTimetoLong Method

Converts decimal hours to seconds in a day.

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

public static int iTimetoLong(
	double time
)

Parameters

time
Type: SystemDouble
Time

Return Value

Type: Int32
x - Seconds (integer)
See Also