时区接口
# 1. 获取系统时区
## 1.1 接口描述
接口名:kd.bos.inte.api.IInteService.getSysTimezone()
获取系统时区。
## 1.2 输入参数
无。
## 1.3 输出参数
| **数据类型** | **说明** |
| ------------- | ---------------- |
| DynamicObject | 系统时区基础资料 |
## 1.4 代码示例
```java
IInteService service = ServiceFactory.getService(IInteService.class);
DynamicObject dyo = service.getSysTimezone();
```
# 2. 获取用户时区
## 2.1 接口描述
接口名:kd.bos.inte.api.IInteService.getUserTimezone(Long userID)
根据用户ID获取用户时区。
## 2.2 输入参数
| **参数名称** | **数据类型** | **必填** | **说明** |
| ------------ | -------------- | -------- | -------- |
| userID | java.lang.Long | 是 | 用户ID |
## 2.3 输出参数
| **数据类型** | **说明** |
| ------------- | ---------------- |
| DynamicObject | 用户时区基础资料 |
## 2.4 代码示例
```java
IInteService service = ServiceFactory.getService(IInteService.class);
DynamicObject dyo = service.getUserTimezone(1L);
```
# 3. 获取组织时区
## 3.1 接口描述
接口名:kd.bos.inte.api.IInteService.getOrgTimezone(Long orgID)
根据组织ID获取组织时区。
## 3.2 输入参数
| **参数名称 | 数据类型 | 必填 | **说明** |
| ---------- | -------------- | ---- | -------- |
| orgID | java.lang.Long | 是 | 组织ID |
## 3.3 输出参数
| **数据类型** | **说明** |
| ------------- | ---------------- |
| DynamicObject | 组织时区基础资料 |
## 3.4 代码示例
```java
IInteService service = ServiceFactory.getService(IInteService.class);
DynamicObject dyo = service.getOrgTimezone(100000L);
```
时区接口
# 1. 获取系统时区## 1.1 接口描述接口名:kd.bos.inte.api.IInteService.getSysTimezone()获取系统时区。## 1.2 输入参数无。## 1....
点击下载文档
上一篇:单据体分录行物料保质期到期前7天预警下一篇:一招教你如何打印勾选分录行
本文2024-09-23 00:47:20发表“云苍穹知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-cangqiong-141741.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章