PowerTCP FTP for .NET
DateTimeFormatInfo Property



Specifies the DateTimeFormatInfo used by List for parsing timestamps.
Syntax
Public Property DateTimeFormatInfo As DateTimeFormatInfo
Dim instance As FtpSession
Dim value As DateTimeFormatInfo
 
instance.DateTimeFormatInfo = value
 
value = instance.DateTimeFormatInfo
public DateTimeFormatInfo DateTimeFormatInfo {get; set;}
public:
property DateTimeFormatInfo^ DateTimeFormatInfo {
   DateTimeFormatInfo^ get();
   void set (    DateTimeFormatInfo^ value);
}
Remarks
The default "en-US" DateTimeFormatInfo is suitable for most servers. If your server returns the timestamp in a non-standard format, or uses non-english month abbreviations, set this to the CultureInfo.DateTimeFormat of the appropriate CultureInfo, or construct one as needed.
See Also

Reference

FtpSession Class
FtpSession Members


PowerTCP FTP for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic