BBjInputDSpinner::setMinimumDate

Description

In BBj 7.0 and higher, this BBjInputDSpinner method changes the minimum date to which the spinner will spin, specified as a Julian date.

Syntax

Return Value

Method

void

setMinimumDate(int max)

Parameters

Variable

Description

min

The new minimum date to which the spinner will spin.

Return Value

None.

Remarks

Set to -1 to signify no minimum date, 0 to signify the current date, or JUL(Y,M,D) for a particular date.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjInputDSpinner

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.