Click or drag to resize
CSYSrUTCFileDate Method
File creation UTC date in decimal years.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The FormatDate_STR function can be used to convert a date to a string.
Syntax
public static double rUTCFileDate(
	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 years, <define>rDUMMY</define> if the file does not exist.
See Also