(self: DateTime.DateTime)
| 163 | |
| 164 | /** @internal */ |
| 165 | export const isZoned = (self: DateTime.DateTime): self is DateTime.Zoned => self._tag === "Zoned" |
| 166 | |
| 167 | // ============================================================================= |
| 168 | // instances |