@cloudbase/cals 1.2.18 → 1.2.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/parser/cals/utils/code/index.d.ts.map +1 -1
- package/lib/cjs/parser/cals/utils/code/index.js +1 -0
- package/lib/cjs/utils/dts/auto-generated.d.ts +1 -1
- package/lib/cjs/utils/dts/auto-generated.js +4 -4
- package/lib/esm/parser/cals/utils/code/index.d.ts.map +1 -1
- package/lib/esm/parser/cals/utils/code/index.js +1 -0
- package/lib/esm/utils/dts/auto-generated.d.ts +1 -1
- package/lib/esm/utils/dts/auto-generated.js +4 -4
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1259,10 +1259,10 @@ alternate?: any;
|
|
|
1259
1259
|
* 秒数差
|
|
1260
1260
|
*
|
|
1261
1261
|
* @remarks
|
|
1262
|
-
*
|
|
1262
|
+
* 返回两个日期时间字段之间的秒数差,如果为同一秒,差数为零
|
|
1263
1263
|
*
|
|
1264
1264
|
* @privateForWeDa
|
|
1265
|
-
* {"group": "formula", "displayType": "function", "displayName": "秒数差", "insertText": "SecondDiff(1661334203345, 1661334203345)", "subGroup": "time", "doc": "https://docs.cloudbase.net/lowcode/api/expression-utils" , "description": "
|
|
1265
|
+
* {"group": "formula", "displayType": "function", "displayName": "秒数差", "insertText": "SecondDiff(1661334203345, 1661334203345)", "subGroup": "time", "doc": "https://docs.cloudbase.net/lowcode/api/expression-utils" , "description": "返回两个日期时间字段之间的秒数差,如果为同一秒,差数为零" , "definition": "SecondDiff(日期时间, 日期时间):数字"}
|
|
1266
1266
|
*/
|
|
1267
1267
|
function SecondDiff(startDay: number | string | Date, endDay: number | string | Date): number;
|
|
1268
1268
|
/**
|
|
@@ -1840,10 +1840,10 @@ declare function MinuteDiff(startDay: number | string | Date, endDay: number | s
|
|
|
1840
1840
|
* 秒数差
|
|
1841
1841
|
*
|
|
1842
1842
|
* @remarks
|
|
1843
|
-
*
|
|
1843
|
+
* 返回两个日期时间字段之间的秒数差,如果为同一秒,差数为零
|
|
1844
1844
|
*
|
|
1845
1845
|
* @privateForWeDa
|
|
1846
|
-
* {"group": "formula", "displayType": "function", "displayName": "秒数差", "insertText": "SecondDiff(1661334203345, 1661334203345)", "subGroup": "time", "doc": "https://docs.cloudbase.net/lowcode/api/expression-utils" , "description": "
|
|
1846
|
+
* {"group": "formula", "displayType": "function", "displayName": "秒数差", "insertText": "SecondDiff(1661334203345, 1661334203345)", "subGroup": "time", "doc": "https://docs.cloudbase.net/lowcode/api/expression-utils" , "description": "返回两个日期时间字段之间的秒数差,如果为同一秒,差数为零" , "definition": "SecondDiff(日期时间, 日期时间):数字"}
|
|
1847
1847
|
*/
|
|
1848
1848
|
declare function SecondDiff(startDay: number | string | Date, endDay: number | string | Date): number;
|
|
1849
1849
|
/**
|