Indicates whether seconds were included in the most recent directoy listing.
Namespace: EnterpriseDT.Net.FtpAssembly: 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 ();
} |
See Also