| 701 | * - timezone: The timezone name (if provided) |
| 702 | */ |
| 703 | export class DateTimeValue implements TemporalValue { |
| 704 | public readonly temporalType = "datetime"; |
| 705 | |
| 706 | #year: number; |
nothing calls this directly
no outgoing calls
no test coverage detected