Gets a schedule with the specified ID, with all of its recurence info
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetSchedule( _
ByVal id As Integer _
) As SourceCode.EventBus.Scheduler.Authoring.Schedule
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ScheduleAuthoring
Dim id As Integer
Dim value As SourceCode.EventBus.Scheduler.Authoring.Schedule
value = instance.GetSchedule(id)
|
C# | |
---|
public SourceCode.EventBus.Scheduler.Authoring.Schedule GetSchedule(
int id
)
|
C++/CLI | |
---|
public:
SourceCode.EventBus.Scheduler.Authoring.Schedule^ GetSchedule(
int id
)
|
Parameters
- id
- The schedule id
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also