元素类型:如何从程序中设置时间属性的值?

 
元素类型:从程序中设置时间属性的值时,请指定java.utill.Date的类别。
示例程序如下。
※这仅是一个示例,请根据客户的要求创建程序。

```
AttributeId attributeid = AttributeId.fromIdString(“对象的属性”);
Date now = new Date();

Map<AttributeId, Object> attributeMap = new HashMap<AttributeId, Object>();
attributeMap.put(attributeid, now);
```

-- 适用对象 -------------------------------------------------------------------------
iAP/Accel Applications/Accel Documents/所有更新
--------------------------------------------------------------------------------


FAQID:1074
这篇文章有帮助吗?
0 人中有 0 人觉得有帮助
由 Zendesk 提供技术支持