Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 3.38 KB

nf-taskschd-itrigger-get_startboundary.md

File metadata and controls

73 lines (59 loc) · 3.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:taskschd.ITrigger.get_StartBoundary
ITrigger::get_StartBoundary (taskschd.h)
Gets or sets the date and time when the trigger is activated. (Get)
ITrigger interface [Task Scheduler]
StartBoundary property
ITrigger.StartBoundary
ITrigger.get_StartBoundary
ITrigger::StartBoundary
ITrigger::get_StartBoundary
ITrigger::put_StartBoundary
StartBoundary property [Task Scheduler]
StartBoundary property [Task Scheduler]
ITrigger interface
get_StartBoundary
taskschd.itrigger_startboundary
taskschd/ITrigger::StartBoundary
taskschd/ITrigger::get_StartBoundary
taskschd/ITrigger::put_StartBoundary
taskschd\itrigger_startboundary.htm
taskschd
749101ae-3db6-44ec-9113-95282c86c3c0
12/05/2018
ITrigger interface [Task Scheduler],StartBoundary property, ITrigger.StartBoundary, ITrigger.get_StartBoundary, ITrigger::StartBoundary, ITrigger::get_StartBoundary, ITrigger::put_StartBoundary, StartBoundary property [Task Scheduler], StartBoundary property [Task Scheduler],ITrigger interface, get_StartBoundary, taskschd.itrigger_startboundary, taskschd/ITrigger::StartBoundary, taskschd/ITrigger::get_StartBoundary, taskschd/ITrigger::put_StartBoundary
taskschd.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Taskschd.lib
Taskschd.dll
Windows
19H1
ITrigger::get_StartBoundary
taskschd/ITrigger::get_StartBoundary
c++
APIRef
kbSyntax
COM
taskschd.dll
ITrigger.StartBoundary
ITrigger.get_StartBoundary
ITrigger.put_StartBoundary

ITrigger::get_StartBoundary

-description

Gets or sets the date and time when the trigger is activated.

This property is read/write.

-parameters

-remarks

The date and time must be in the following format: YYYY-MM-DDTHH:MM:SS(+-)HH:MM. The (+-)HH:MM section of the format defines a certain number of hours and minutes ahead or behind Coordinated Universal Time (UTC). For example the date October 11th, 2005 at 1:21:17 with an offset of eight hours behind UTC would be written as 2005-10-11T13:21:17-08:00. If Z is specified for the UTC offset (for example, 2005-10-11T13:21:17Z), then the no offset from UTC will be used. If you do not specify any offset time or Z for the offset (for example, 2005-10-11T13:21:17), then the time zone and daylight saving information that is set on the local computer will be used. When an offset is specified (using hours and minutes or Z), then the time and offset are always used regardless of the time zone and daylight saving settings on the local computer.

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

-see-also

ITrigger

Task Scheduler