Click or drag to resize

CSYSrDate Method

Returns the current date in decimal years.

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

public static double rDate(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore

Return Value

Type: Double
Date in decimal years.
Remarks
The FormatDate_STR function can be used to convert a date to a string.
See Also