Start and end dates
ftsbound
is not recommended. Use timetable
instead. For more information, see Convert Financial Time Series Objects fints to Timetables.
datesbound = ftsbound(tsobj) datesbound = ftsbound(tsobj,dateform)
| Financial time series object |
|
|
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.
datesbound = ftsbound(tsobj)
returns the start and end dates
contained in 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.
datesbound = ftsbound(tsobj,dateform)
returns the starting and
ending dates contained in the object, 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.