✨ feat(tsl-api-reference): add class and framework API lookup
This commit is contained in:
@@ -382,9 +382,7 @@ Return Cy_TwoYear();
|
||||
|
||||
```tsl
|
||||
BegT := 20250310T;
|
||||
|
||||
EndT := 20260204T;
|
||||
|
||||
return MonthsBetween2(begT, endT);
|
||||
// 输出:10.7845622119816
|
||||
```
|
||||
@@ -410,9 +408,7 @@ return MonthsBetween2(begT, endT);
|
||||
|
||||
```tsl
|
||||
BegT := 20260204T;
|
||||
|
||||
EndT := 20290504T;
|
||||
|
||||
return YearsBetween2(begT, endT);
|
||||
// 输出:3.24657534246575
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user