Get flag indicating whether or not the most recent parse returned seconds.

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

Syntax

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

See Also