[FTP/FTPS Only] Indicates whether seconds were included in the most recent directoy listing.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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