InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / 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.
    Syntax
    'Declaration
     
    
    Public Enum AS400DateFormatOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AS400DateFormatOption
    public enum AS400DateFormatOption : System.Enum 
    Members
    MemberDescription
    DateMonthYearDate, month, year (dd/mm/yy).
    DdsFormat given by 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.IbmHosts.AS400DateFormatOption

    See Also