IRIS Toolbox Reference Manual
enddate
Date of the last available observation in a tseries object
Syntax
D = enddate(X)
Input arguments
X
[ tseries ] - Tseries object.
Output arguments
D
[ numeric ] - IRIS serial date number representing the date of the last observation available in the input tseries.
Description
The
startdate
function is equivalent to calling
get(x,'endDate')
Example