Click or drag to resize
CSYSrTime Method
Returns the current time in decimal hours.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The FormatTime_STR function can be used to convert a time to a string.
Syntax
public static double rTime(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: Double
Time in decimal hours.
See Also