Update API for temporalDateLike
, temporalDurationLike
, etc. inputs
#55
Labels
C-api
Changes related to the public API
C-tracking-issue
Issues tracking a set of tasks that need to be done
Currently, parameters on some calls differ a tad from specification. Instead of supporting a "Like" item, we take specific values. Ideally, these should be updated to the below.
temporalDateLike
toInto<Date>
temporalDurationLike
toInto<Duration>
temporalTimeZoneLike
toInto<TimeZone>
The text was updated successfully, but these errors were encountered: