data-service
latest
false
- 入门指南
- 许可
- 设置和配置
- 使用服务
- 参考
- 示例和教程
- 日志记录
Data Service 用户指南
上次更新日期 2026年5月7日
日期时间字段用于存储包含日期和时间的值。日期选取器可用于选择日期和时间。

排除时间
To remove the time component from your Date-Time data, select the Exclude time checkbox. This enforces only date selection in the date picker. Additionally, fields with this option selected are displayed as type Date, instead of type Date-Time.

备注:
All Date-Time and Date fields are stored as UTC dates and times in Data Fabric / Data Service.
详细信息
下面概述了在定义日期时间字段时可指定的详细信息。
| 属性 | 描述 | 必填 | 默认值 |
|---|---|---|---|
| 排除时间 | Removes the time component from your Date-Time data. | 是 | 否 |
| 默认值 | 用于指定日期时间字段的默认值。 注意:可以在“数据” 选项卡中更改默认值。 | 否 | |
| 描述 | 用于输入简短文本来描述日期时间字段的用途。 注意:说明将显示在“字段”选项卡中。 | 否 |
UiPath TM Studio 中的表示形式
在项目中,日期时间字段将导入为 DateTimeOffset,日期字段将导入为 DateTime。