天软金融分析.NET函数大全
>
金融函数
>
基本面
>
基本
>
报告期数据获取
>
环比
PreviuosReportDateList
复制链接
简述
前N个会计年度报告期
定义
PreviuosReportDateList(EndT:TDateTime;N:Integer):Array;
参数
名称
类型
说明
EndT
TDateTime
截止日
N
Integer
索引号
返回
Array
返回前N个会计年度报告期
范例
return PreviuosReportDateList(inttodate(20111001),2);
//返回截止2011-10-01前2个会计年度报告期
结果:
相关
HBValue
HBShowField
HBReportDate
HBReportDateOfOneQuarter
HBValuePS
HBShowField2
BeginReportDate
BeginReportValue
PreviousReportDate
PreviuosReportDateList
PreviousRDateList_II
PriorReportDate
PreviousReportDateEx
PreviousReportDateOfHG
ReportDateListByNumber
HBHBGrowRatio
HBTBGrowRatio
HBValue2
HBValuePS2