InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / AS400DateSeparatorOption Enumeration


In This Topic
    AS400DateSeparatorOption Enumeration
    In This Topic
    Specifies the character to use as a date separator in selected fields that have an AS/400 field type of Date.
    Syntax
    'Declaration
     
    
    Public Enum AS400DateSeparatorOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AS400DateSeparatorOption
    public enum AS400DateSeparatorOption : System.Enum 
    Members
    MemberDescription
    Blank( )
    Comma(,)
    Dash(-)
    DefaultAS/400 job default.
    NullAbsence of any separator.
    Period(.)
    Slash(/)
    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.AS400DateSeparatorOption

    See Also