Gets the date and time of an FtpFile
entry sourced from an NT directory listing.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public virtual DateTime GetDateTime( FtpFile file ) |
Visual Basic |
---|
Public Overridable Function GetDateTime ( _ file As FtpFile _ ) As DateTime |
Visual C++ |
---|
public: virtual DateTime GetDateTime( FtpFile^ file ) |
Parameters
- file
- Type: Jscape.Ftp..::..FtpFile
The FtpFile to parse.
Exceptions
Exception | Condition |
---|---|
Jscape.Ftp..::..FtpException | If an error occurs while parsing the entry. |