♻️ refactor(tsl): rebuild codegen taxonomy
Move generated builtin and dotnet function docs into the upgraded taxonomy, remove legacy route pages, and regenerate function_index.tsv from markdown headings.
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
# 数据仓库 / 时间相关函数
|
||||
|
||||
### `firstDay(stock_id)`
|
||||
|
||||
时间相关函数相关函数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ---------- | ------ | ---- |
|
||||
| `stock_id` | string | |
|
||||
|
||||
返回:datetime
|
||||
|
||||
#### 示例
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(),'SZ000002');
|
||||
Return firstday();//33240(1991-01-02);
|
||||
```
|
||||
|
||||
### `lastDay(stock_id)`
|
||||
|
||||
时间相关函数相关函数。
|
||||
|
||||
| 参数 | 类型 | 说明 |
|
||||
| ---------- | ------ | ---- |
|
||||
| `stock_id` | string | |
|
||||
|
||||
返回:datetime
|
||||
|
||||
#### 示例
|
||||
|
||||
```tsl
|
||||
setsysparam(pn_stock(),'SZ000002');
|
||||
return lastday();//40794 (2011-09-08)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user