Click or drag to resize

EAPUtilRetrieveLinkerTimestamp Method

Retrieves the linker timestamp for the specified file.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static DateTime RetrieveLinkerTimestamp(
	string filePath
)

Parameters

filePath
Type: SystemString
The file path.

Return Value

Type: DateTime
The linker timestamp in the current server timezone.
Remarks
http://www.codinghorror.com/blog/2005/04/determining-build-date-the-hard-way.html
See Also