Add a Time variable

A Time value is a string in the format prescribed by the XML standard for date data, similar to ISO 8601. 

注意: Architect currently does not support offsets or timezones on Time values. 您无法指定偏移量或时区,但是 Architect 会在表达式编辑器函数中报告该值,就好像它是 UTC 一样。 If you create a function that calls ToTime(time), Architect returns the value with a Z appended to the string and treats the value as UTC.

Add a Time variable to a task sequence

In a task sequence, you can add a time variable to an Update Data action.

  1. 从工具箱中,展开 数据 类别,然后将 “ 更新数据” 操作拖动到任务中的所需位置。
  2. 在 “更新数据” 工作空间的 “名称” 字段中,添加一个有意义的名称来描述项目。
  3. 点击旁边更新语句并选择时间
  4. 变量名称 字段中,键入标签以标识任务中的变量。
  5. To set the values in literal mode, in the Value To Assign field, enter the appropriate time value, including AM and PM.
  6. 要使用表达式设置值,请点击表达模式按钮, 选择表达,然后执行以下步骤之一:
    • 以内联方式添加表达式。
    • Click the Large Expression Editor button to open the Edit Expression Editor and build your expression.
  7. (可选)要添加其他时间变量,点击旁边更新语句。