Package: effect
Module: DateTime
Input accepted by DateTime.make, DateTime.makeUnsafe, and the zoned
constructors.
Details
Includes existing DateTime values, partial date parts, epoch-millisecond
objects, epoch milliseconds, JavaScript Date instances, and parseable date
strings.
Signature
type Input = DateTime | Partial<Parts> | Instant | InstantWithZone | Date | number | string
Since v3.6.0