(self: DateTime.DateTime)
| 170 | |
| 171 | /** @internal */ |
| 172 | export const isZoned = (self: DateTime.DateTime): self is DateTime.Zoned => self._tag === "Zoned" |
| 173 | |
| 174 | // ============================================================================= |
| 175 | // instances |