ReportDateListOfNYear
简述
最近N个会计年度(只取年度数据),与系统参数(证券代码)相关。
ReportDateListOfNYear(EndT:TDateTime;N:Integer;InfoId:Integer):Array
名称 | 类型 | 说明 |
---|
EndT | TDateTime | 日期。截止日期 |
N | Integer | 整数。会计年度个数 |
InfoId | Integer | 整数。基本面ID |
返回 | Array | 数组。最近N个会计年度(只取年度数据)。 |
SetSysParam(PN_Stock(),'SZ000002');
return ReportDateListOfNYear(20040227T,5,42002);
结果:
