DateFS Constructor (HyperLabel) | |
Construct a date specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName AS HyperLabel
)
public DateFS(
HyperLabel oHLName
)
Request Example
View SourceParameters
- oHLName
- Type: HyperLabel
The hyperlabel that contains the field name and other attributes (i.e., caption, description, and help context) to be used to create the new date field specification.
See Also