PalAttrGetDate

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.

SalDateTime PalAttrGetDate( SalString sName,
		          SalString sAttr )

Applications and the framework call the PalAttrGetDate method to get a numeric attribute from the attribute string.

Parameters

Name Description
SalString sName Name of the attribute
SalString sAttr The attribute string. The attribute string is not modified by the PalAttrGetDate method.

Returns

The return value is the value of the requested attribute.

Comments

PalAttrGetDate does not modify the attribute string in any way, i.e. the requested attribute is not deleted from the attribute string.