This example shows how to implement forward/back navigation to navigate a "displayed" time frame (month, day, week, etc.) at a time. It uses the IDateTimeNavigationService which provides two methods - NavigateForward, which advances forward in time as suggested by the current view, and NavigateBackward, which steps back in time.
You can also use the SchedulerControl.Services.DateTimeNavigation.NavigateBackward() and SchedulerControl.Services.DateTimeNavigation.NavigateForward() notation to call the service methods.
See Also:
DateTime Navigation Services