Converts the time to an ISO 8601 formatted string.
()
| 215 | |
| 216 | /** Converts the time to an ISO 8601 formatted string. */ |
| 217 | toString(): string { |
| 218 | return timeToString(this); |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * Compares this time with another. A negative result indicates that this time is before the given |
nothing calls this directly
no test coverage detected