BBjInputD::getValue
Description
In BBj 4.00 and higher, this method returns the value of a BBjInputD control as a Julian date.
Syntax
Return Value |
Method |
int |
getValue() |
Parameters
None.
Return Value
Returns the value of a BBjInputD control.
Remarks
If the text in the control is blank or does not correspond to a valid date, getValue() returns -1, otherwise it returns a Julian date that can be used with the DATE() function.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.