Click or drag to resize

CSYSrUTCTime Method

Returns the current UTC time in decimal hours.

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

public static double rUTCTime(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: Double
Time in decimal hours.
Remarks
The FormatTime_STR function can be used to convert a time to a string.
See Also