Trigger.StartBoundary property

For scripting, gets or sets the date and time when the trigger is activated.

Syntax

Trigger.StartBoundary As String

Property value

The date and time when the trigger is activated. The date and time must be in the following format: YYYY-MM-DDTHH:MM:SS(+-)HH:MM. For example the date October 11th, 2005 at 1:21:17 in the Pacific Time zone would be written as 2005-10-11T13:21:17-08:00. The (+-)HH:MM section of the format describes the time zone as a certain number of hours ahead or behind Coordinated Universal Time (Greenwich Mean Time).

Remarks

When reading or writing XML for a task, the trigger start boundary is specified in the StartBoundary element of the Task Scheduler schema.

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

Task Scheduler