step property
Step between elements. Only for integer datePicker Examples: if step is 100 the following elements may be 100, 200, 300... if min=0, max=6, step=3, then items will be 0, 3 and 6 if min=0, max=5, step=3, then items will be 0 and 3.
Implementation
final int step;