PalAttrAddDate

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber PalAttrAddDate(SalString sName, 
SalDateTime dtValue,
ref SalString sAttr)

Applications and the framework call the PalAttrAddDate method to add a date attribute to an attribute string.

Parameters

Name Description
SalString sName Name of the attribute
SalDateTime dtValue Value of the attribute
ref SalString sAttr The attribute string. Upon returning, PalAttrAddDate has appended the new attribute to the end of the attribute string.

Returns

This method does not return a value.