Click or drag to resize
CSYSrFileTime Method
File creation 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 rFileTime(
	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.
See Also