Creates a TemporalInterval based on input in form of "last|next number of time units including|excluding current". For example, "last 5 days including current day".
'last' or 'next', will throw an error if a different value is encountered
see TimeUnit
Creates a TemporalInterval that corresponds to a given PredefinedIntervalOption
see PredefinedIntervalOption
Generated using TypeDoc
Creates a TemporalInterval based on input in form of "last|next number of time units including|excluding current". For example, "last 5 days including current day".