Initializes a new default instance of the Schedule class.
[Visual Basic] Public Sub New() [C#] public Schedule(); [C++] public: Schedule(); [JScript] public function Schedule();
When you create an instance of Schedule, the Enabled property is set to the initial value of false. Unless you set Enabled to true, your Schedule will not be able to raise events.