Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.58 KB

monthlytrigger-randomdelay.md

File metadata and controls

65 lines (38 loc) · 1.58 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
MonthlyTrigger.RandomDelay property
For scripting, gets or sets a delay time that is randomly added to the start time of the trigger. | MonthlyTrigger.RandomDelay property
5334356f-fef1-4d0e-9879-6ec996b75dff
RandomDelay property Task Scheduler
RandomDelay property Task Scheduler , MonthlyTrigger object
MonthlyTrigger object Task Scheduler , RandomDelay property
apiref
MonthlyTrigger.RandomDelay
taskschd.dll
COM
reference
05/31/2018

MonthlyTrigger.RandomDelay property

For scripting, gets or sets a delay time that is randomly added to the start time of the trigger.

Syntax

MonthlyTrigger.RandomDelay As String

Property value

The delay time that is randomly added to the start time of the trigger. The format for this string is P<days>DT<hours>H<minutes>M<seconds>S (for example, P2DT5S is a 2 day, 5 second delay).

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Type library
Taskschd.tlb
DLL
Taskschd.dll

See also

MonthlyTrigger