IRegisteredTask::get_NextRunTime method (taskschd.h)

Gets the time when the registered task is next scheduled to run.

This property is read-only.

Syntax

HRESULT get_NextRunTime(
  DATE *pNextRunTime
);

Parameters

pNextRunTime

Return value

None

Remarks

If the registered task contains triggers that are individually disabled, these triggers will still affect the next scheduled run time that is returned even though they are disabled.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header taskschd.h
Library Taskschd.lib
DLL Taskschd.dll

See also

IRegisteredTask

Task Scheduler