Click or drag to resize

CSYSrUTCFileTime Method

File creation 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 rUTCFileTime(
	CGXNETCore gxNetShared,
	string file
)

public static double rUTCFileTime(
	CGXNETCore gxNetShared,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
file
Type: SystemString
File name

Return Value

Type: Double
Date in decimal hours, <define>rDUMMY</define> if the file does not exist.
Remarks
The FormatTime_STR function can be used to convert a time to a string.
See Also