Rebex FTP for .NET

Ftp.EndGetFileDateTime Method 

Ends a pending asynchronous datetime request.

public DateTime EndGetFileDateTime(
   IAsyncResult asyncResult
);

Parameters

asyncResult
Stores state information for this asynchronous operation as well as any user defined data.

Return Value

A DateTime structure set to date and time that the specified file was modified.

Remarks

Some servers return times in their local time zones, some use GMT.

See Also

Ftp Class | Rebex.Net Namespace