@captor/openseries-ts - v1.0.1
Preparing search index...
DateRangeOptions
Type Alias DateRangeOptions
Options to slice a series by date range.
type
DateRangeOptions
=
{
fromDate
?:
string
;
monthsFromLast
?:
number
;
periodsInYearFixed
?:
number
;
toDate
?:
string
;
}
Index
Properties
from
Date?
months
From
Last?
periods
In
Year
Fixed?
to
Date?
Properties
Optional
from
Date
fromDate
?:
string
Optional
months
From
Last
monthsFromLast
?:
number
Optional
periods
In
Year
Fixed
periodsInYearFixed
?:
number
Optional
to
Date
toDate
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
Date
months
From
Last
periods
In
Year
Fixed
to
Date
@captor/openseries-ts - v1.0.1
Loading...
Options to slice a series by date range.