Reflection
AS400TimeSeparatorOption Enumeration


Specifies the character to use as a time separator in selected fields having an AS/400 field type of Time.
Syntax
'Declaration
 
Public Enum AS400TimeSeparatorOption 
   Inherits System.Enum
'Usage
 
Dim instance As AS400TimeSeparatorOption
public enum AS400TimeSeparatorOption : System.Enum 
Members
MemberDescription
Blank( )
Colon(:)
Comma(,)
DefaultAS/400 job default.
NullAbsence of any separator.
Period(.)
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.AS400TimeSeparatorOption

See Also