get the current hour, in 24 time (0-23).
()
| 191 | |
| 192 | /** get the current hour, in 24 time (0-23). */ |
| 193 | hour(): number |
| 194 | /** set the current hour, in 24 time (0-23). also accepts/parses '3pm' */ |
| 195 | hour(value: number | string, goForward?: boolean): Spacetime |
| 196 |
no outgoing calls