API Reference / resolveTime · function
Function: resolveTime()
function resolveTime(anchor, registry?): ResolvedTime;
Resolve a TemporalAnchor to a usable instant, using registry for
relative references and narrative calendars. The result always reports its
Certainty; jd is null exactly when no instant can be derived
(symbolic, none, an unknown reference, or an unmappable calendar).
Parameters
| Parameter | Type |
|---|---|
anchor | TemporalAnchor |
registry | AnchorRegistry |