project BLF > class Session > method GetDateValue

Description

Read the value of any date data item in the session component.


Parameters


icNameinputcharacterName of the data item.
otValueoutputdatevalue of the data item
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


unused


program code (program1/session.p)

find tDataItems where
     tDataItems.tcName     = icName and
     tDataItems.tcDataType = "t":U  no-error.
if available tDataItems
then assign otValue = tDataItems.ttDateValue.
else assign otValue = ?.