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