ComponentOne Scheduler for WinForms
CurrentMonthDisplayOffset Property
Example 

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Calendar Class : CurrentMonthDisplayOffset Property
Gets or sets the current month display offset.
Syntax
'Declaration
 
Public Property CurrentMonthDisplayOffset As System.Integer
public System.int CurrentMonthDisplayOffset {get; set;}
Example
This example shows current month at the center of the multi-dimensional calendar.
c1Calendar1.CalendarDimensions = 3;
c1Calendar1.CurrentMonthDisplayOffset = 1;
See Also

Reference

C1Calendar Class
C1Calendar Members