User Agent Parser
GetFileDate Method



KellermanSoftware.UserAgentParser Namespace > ResourceLogic Class : GetFileDate Method
The file path.
Gets the file date.
Syntax
'Declaration
 
Public Function GetFileDate( _
   ByVal filePath As String _
) As Date
'Usage
 
Dim instance As ResourceLogic
Dim filePath As String
Dim value As Date
 
value = instance.GetFileDate(filePath)
public DateTime GetFileDate( 
   string filePath
)
public:
DateTime GetFileDate( 
   String^ filePath
) 

Parameters

filePath
The file path.

Return Value

DateTime.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResourceLogic Class
ResourceLogic Members