File timestamp.

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

C#
public DateTime Timestamp { get; set; }
Visual Basic (Declaration)
Public Property Timestamp As DateTime
Visual C++
public:
property DateTime Timestamp {
	DateTime get ();
	void set (DateTime value);
}

Remarks

This is usually the last modification time of this file.

See Also