Reference Library
FileTime Property
NamespacesMBNCSUtil.NetBnFtpRequestBaseFileTime
Gets the local file's last-write time, if it was specified. If it was not specified, this property returns null (Nothing in Visual Basic).
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<DateTime> FileTime { get; }
Public ReadOnly Property FileTime As Nullable(Of DateTime)
	Get
public:
property Nullable<DateTime> FileTime {
	Nullable<DateTime> get ();
}

Assembly: Asgard5Library (Module: Asgard5Library)