InventoryAndAccontTurnOverDays
简述
返回营业周期=存货周转天数+应收帐款周转天数
InventoryAndAccontTurnOverDays (ReportDate:Integer):Real
名称 | 类型 | 说明 |
---|
ReportDate | Integer | 报告期。 |
返回 | Real | 实数 |
//指定2017三季报,取万科A营业周期
oV:=BackUpSystemParameters2();
setsysparam(pn_stock(),'SZ000002');
v:= InventoryAndAccontTurnOverDays (20170930);
return v;
//结果:1722.87