edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
[FTP/FTPS Only] Indicates whether seconds were included in the most recent directoy listing.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool TimeIncludesSeconds { get; }
Visual Basic
Public ReadOnly Property TimeIncludesSeconds As Boolean
	Get
Visual C++
public:
property bool TimeIncludesSeconds {
	bool get ();
}

Remarks

Some FTP and FTPS servers don't return file-modified times that include seconds. This flag indicates whether or not the most recent directory listing included seconds.

See Also