| 属性名称 | 属性描述 |
| showSeconds | 显示秒 |
| 方法名称 | 方法描述 |
| setValue | 设置值,$('#timespinnerId').timespinner('setValue') |
| getHours | 获取小时,$('#timespinnerId').timespinner('getHours') |
| getMinutes | 获取分,$('#timespinnerId').timespinner('getMinutes') |
| getSeconds | 获取秒,$('#timespinnerId').timespinner('getSeconds') |