| 319 | * - offsetMinutes: The timezone offset in minutes |
| 320 | */ |
| 321 | export class TimeValue implements TemporalValue { |
| 322 | public readonly temporalType = "time"; |
| 323 | |
| 324 | #hour: number; |
nothing calls this directly
no outgoing calls
no test coverage detected