天软金融分析.NET函数大全 > 金融函数 > 基本面 > 基本 > 报告期数据获取 > 环比

PreviuosReportDateList    

简述
前N个会计年度报告期
定义
PreviuosReportDateList(EndT:TDateTime;N:Integer):Array;
参数
名称类型说明
EndTTDateTime截止日
NInteger索引号
返回Array返回前N个会计年度报告期
  • 范例


    return PreviuosReportDateList(inttodate(20111001),2);

    //返回截止2011-10-01前2个会计年度报告期

    结果:
相关