Navigates calendar by the specified months number.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public void Navigate(
	int increment
)
Visual Basic
Public Sub Navigate ( _
	increment As Integer _
)

Parameters

increment
Type: System..::..Int32
The Int32 value specifying the increment value.

See Also