Gets the event schedule editor for this channel.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public IScheduleEditor GetScheduleEditor()
Visual Basic (Declaration)
Public Function GetScheduleEditor As IScheduleEditor
Visual C++
public:
virtual IScheduleEditor^ GetScheduleEditor() sealed

Return Value

IScheduleEditor instance

Implements

ISimpleController2..::.GetScheduleEditor()()()

See Also