DateFS Constructor (String) | |
Construct a date specification.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSystemClasses (in XSharp.VOSystemClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oHLName AS STRING
)
public DateFS(
[DefaultParameterValueAttribute("__DateFS", 0)] string oHLName
)
Request Example
View SourceParameters
- oHLName
- Type: String
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