天软金融分析.NET函数大全 > 金融函数 > 金融工程 > Dev

SetStockBuyTime    

简述
设置ID的”BuyTime”对应的系统变量值
定义
SetStockBuyTime(ID:String;Time:TDateTime);
参数
名称类型说明
IDString字符串,证券代码
TimeTDateTime日期型时间
返回数据表类型的数据
  • 范例

    SetStockBuyTime('SZ000002',inttodate(20121023));
      Return GetSysParam("BuyTime");

    //结果:
相关