ftsbound
Start and end dates
ftsbound
is not recommended. Use timetable
instead. For more information, see Convert Financial Time Series Objects fints to Timetables.
Description
returns the start and end dates contained in datesbound
= ftsbound(tsobj
)tsobj
as serial
dates in the column matrix datesbound
. The first row in
datesbound
corresponds to the start date, and the second
corresponds to the end date.
ftsbound
returns the start and end dates of a financial time
series object. If the object contains time-of-day data, ftsbound
also returns the starting time on the first date and the ending time on the last
date.
returns the starting and ending dates contained in the object,
datesbound
= ftsbound(tsobj
,dateform
)tsobj
, as date character vectors in the column matrix,
datesbound
. The first row in
datesbound
corresponds to the start date, and the second
corresponds to the end date. The dateform
argument controls the
format of the output dates.