Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / AS400DateFormatOption Enumeration
In This Topic
AS400DateFormatOption Enumeration
In This Topic
Specifies the date format for selected fields that have an AS/400 field type of date.
Members
MemberDescription
DateMonthYearDate, month, year (dd/mm/yy).
DdsFormat is given by the AS/400 file attribute.
DefaultAS/400 job default.
EuropeanIBM European standard (dd.mm.yyyy).
IsoInternational Standards Organization (yyyy/mm/dd).
JisJapanese Industrial Standard (yyyy-mm-dd).
Julian(yy/ddd).
MonthDateYearMonth, date, year (mm/dd/yy).
UsaUSA standard (mm/dd/yyyy).
YearMonthDateYear, month, date (yy/mm/dd).
Remarks
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
See Also