Files
playbook/skills/tsl-api-reference/references/codegen/dotnet/datawarehouse/time_func.md
T
csh c0bf0358e0 📝 docs(tsl): sync api skill with corrected codegen
Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index.

Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
2026-07-07 16:47:03 +08:00

590 B

数据仓库 / 时间相关函数

firstDay(stock_id)

时间相关函数相关函数。

参数 类型 说明
stock_id string

返回:datetime

示例

setsysparam(pn_stock(),'SZ000002');
Return firstday();//33240(1991-01-02);

lastDay(stock_id)

时间相关函数相关函数。

参数 类型 说明
stock_id string

返回:datetime

示例

setsysparam(pn_stock(),'SZ000002');
return lastday();//40794 (2011-09-08)