BBjInputDSpinner::setMaximumDate
Description
In BBj 7.0 and higher, this BBjInputDSpinner method changes the maximum date to which the spinner will spin, specified as a Julian date.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         setMaximumDate(int max)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         max  | 
                                                    
                                                         The new maximum date to which the spinner will spin.  | 
                                                
Return Value
None.
Remarks
Set to -1 to signify no maximum date, 0 to signify the current date, or JUL(Y,M,D) for a particular date.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.