UpdateSchedule Method
See Also 
SourceCode.EventBus.Scheduler.ClientAPI Namespace > ScheduleAuthoring Class : UpdateSchedule Method



schedule

Glossary Item Box

Update the schedule with all its recurence info

Syntax

Visual Basic (Declaration) 
Public Function UpdateSchedule( _
   ByVal schedule As SourceCode.EventBus.Scheduler.Authoring.Schedule _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As ScheduleAuthoring
Dim schedule As SourceCode.EventBus.Scheduler.Authoring.Schedule
Dim value As Integer
 
value = instance.UpdateSchedule(schedule)
C# 
public int UpdateSchedule( 
   SourceCode.EventBus.Scheduler.Authoring.Schedule schedule
)
C++/CLI 
public:
int UpdateSchedule( 
   SourceCode.EventBus.Scheduler.Authoring.Schedule^ schedule
) 

Parameters

schedule

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