Articles in this section
Category / Section

How to use the MoveToTime method in Silverlight Schedule?

3 mins read

MoveToTime method of SfSchedule is used to scroll to specific timeslots by passing the TimeSpan value. This section explains in detail about the MoveToTime method in SfSchedule control. It is applicable for Day, Week, Work-week and Timeline view.

MoveToTime method in SfSchedule

Create a Silverlight application and add SfSchedule control to it.

XAML

                         <syncfusion:SfSchedule  x:Name="Schedule" 
                               ScheduleType="Day"/>

To move to a particular timeslot in the Schedule control, the required TimeSpan value needs to be passed in the MoveTime method.

XAML

                                    Schedule.MoveToTime(new TimeSpan(6, 0, 0));

Note: Since this method handles the position of scroll viewer, it has to be called once the Schedule view is loaded.

The following sample illustrates how you can move to a specific time through the MoveToTime method with a button click event.

Sample Link:

MoveToTime_SilverLight.zip

The following are screenshots for this feature in different views.

Figure 1: MoveToTime method used in Day View

 

Figure 2: MoveToTime method used in Week view

 

Figure 3: MoveToTime method used in Work Week view

 

Figure 4: MoveToTime method used in Timeline view

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied