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)
Syntaxpublic static DateTime RetrieveLinkerTimestamp(
string filePath
)
Public Shared Function RetrieveLinkerTimestamp (
filePath As String
) As DateTime
Parameters
- filePath
- Type: SystemString
The file path.
Return Value
Type:
DateTimeThe linker timestamp in the current server timezone.
Remarkshttp://www.codinghorror.com/blog/2005/04/determining-build-date-the-hard-way.html
See Also