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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The FormatDate_STR function can be used to convert a date to a string.
Syntax
public static double rFileDate(
	string str1
)

Parameters

str1
Type: SystemString
file name

Return Value

Type: Double
Date in decimal years, rDUMMY if the file does not exist.
See Also