Programming with Reflection

image\rwnprg32.gif Xfr400TimeFormat property

 

Syntax

object.Xfr400TimeFormat
object.Xfr400TimeFormat = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) the time format for selected fields having an AS/400 field type of Time.

This property affects AS/400 data transfer and is only relevant for 5250 sessions.

Values

The default is rcAS400TimeDft.

rcAS400TimeDDS Format given by AS/400 file attribute

rcAS400TimeDft AS/400 job default

rcAS400TimeEur IBM European standard (hh.mm.ss)

rcAS400TimeHMS Hour, minute, second (hh:mm:ss)

rcAS400TimeISO International Standards Organization (hh.mm.ss)

rcAS400TimeJIS Japanese Industrial standard (hh:mm:ss)

rcAS400TimeUSA USA standard (hh:mm AM or PM)

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property