包含随机添加到触发器开始时间的延迟时间。 此字符串的格式为 PnYnMnDTnHnMnS, 其中 nY 是年数,nM 是月数,nD 是天数,“T”是日期/时间分隔符,nH 是小时数,nM 是分钟数,nS 是秒数 (例如,PT5M 指定 5 分钟,P1M4DT2H5M 指定一个月,) 4 天 2 小时 5 分钟。 有关持续时间类型的详细信息,请参阅 https://go.microsoft.com/fwlink/p/?linkid=106886。
<xs:element name="RandomDelay"
    type="duration"
    default="PT0M"
    minOccurs="0"
 />
RandomDelay 元素由 calendarTriggerType 复杂类型定义。
父元素
| 元素 | 派生 | 说明 | 
|---|---|---|
| CalendarTrigger (triggerGroup) | calendarTriggerType | 指定每日、每周、每月或每月一周 (DOW) 触发器。 | 
要求
| 要求 | 值 | 
|---|---|
| 最低受支持的客户端 | Windows Vista [仅限桌面应用] | 
| 最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |