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