ISchedule::get_EndDate method (pla.h)

Retrieves or sets the last date that the schedule is valid.

This property is read/write.

Syntax

HRESULT get_EndDate(
  VARIANT *end
);

Parameters

end

Return value

None

Remarks

The end date must be greater than or equal to the start date.

The set cannot be started after the end date, but if the set is running when the end date is reached, it continues to run.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header pla.h
DLL Pla.dll

See also

ISchedule

ISchedule::StartDate