Files
playbook/docs/tsl/codegen/dotnet/datawarehouse/general.md
T
csh b6160676b4 ♻️ 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.
2026-07-07 16:36:08 +08:00

24 lines
591 B
Markdown

# 数据仓库 / 通用
### `monthsBetween2(a_now, a_then)`
对月数:今天到下个月的今天(不包括)算一个完整月度,即一个对月。
| 参数 | 类型 | 说明 |
| -------- | -------- | ----- |
| `a_now` | datetime | 日期, |
| `a_then` | datetime | 日期, |
返回:float
### `yearsBetween2(a_now, a_then)`
对年数:明年的今天(不包括)算一个完整年度,即一个对年。
| 参数 | 类型 | 说明 |
| -------- | -------- | ----- |
| `a_now` | datetime | 日期, |
| `a_then` | datetime | 日期, |
返回:float