Forces listing date format on AS/400 like systems.
Format is 'DMY' for day,month,year; 'MDY' for month, day, year; and so on.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Property As400ListingDateFormat As String Get Set |
C# |
---|
public string As400ListingDateFormat { get; set; } |