(self: DateTime): self is ZonedChecks whether a DateTime is a zoned DateTime (has time zone information).
When to use
Use to narrow a known DateTime before reading its zone or passing it to
APIs that require DateTime.Zoned.
Source effect/DateTime.ts:4971 lines
export const const isZoned: (
self: DateTime
) => self is Zoned
Checks whether a DateTime is a zoned DateTime (has time zone information).
When to use
Use to narrow a known DateTime before reading its zone or passing it to
APIs that require DateTime.Zoned.
isZoned: (self: DateTimeself: type DateTime = Utc | ZonedA DateTime represents a point in time. It can optionally have a time zone
associated with it.
Companion namespace containing the public helper types used by DateTime
constructors, parts APIs, formatting, and date/time arithmetic.
DateTime) => self: DateTimeself is Zoned = import InternalInternal.const isZoned: (
self: DateTime.DateTime
) => self is DateTime.Zoned
isZonedReferenced by 1 symbols