The edtFTPj build timestamp.

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

Syntax

C#
public static string BuildTimestamp { get; }
Visual Basic
Public Shared ReadOnly Property BuildTimestamp As String
	Get
Visual C++
public:
static property String^ BuildTimestamp {
	String^ get ();
}

Field Value

Timestamp of when edtFTPj was build in the format d-MMM-yyyy HH:mm:ss z.

See Also