| 491 | * - hour, minute, second, millisecond, microsecond, nanosecond (from LocalTimeValue) |
| 492 | */ |
| 493 | export class LocalDateTimeValue implements TemporalValue { |
| 494 | public readonly temporalType = "localdatetime"; |
| 495 | |
| 496 | #year: number; |
nothing calls this directly
no outgoing calls
no test coverage detected