ComponentOne Calendar for UWP
Navigate(Int32) Method

C1.UWP.Calendar Assembly > C1.Xaml.Calendar Namespace > C1Calendar Class : Navigate(Int32) Method
The System.Int32 value specifying the increment value.
Navigates calendar by the specified months (or years or decades depending on DisplayMode) number.
Syntax
'Declaration
 
Public Sub Navigate( _
   ByVal increment As System.Integer _
) 
public void Navigate( 
   System.int increment
)

Parameters

increment
The System.Int32 value specifying the increment value.
See Also

Reference

C1Calendar Class
C1Calendar Members