Previous Method (JSpinner)
Class
JSpinner
.
Action
Sets the spinner to the object in the sequence that comes before the object returned by the Value property.
Syntax
C#
spinner
.
Previous
()
VB
spinner
.
Previous
()
Examples
VB
monthSpinner.Previous
()