ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / Navigate(Int32) Method
The System.Int32 value specifying the increment value.

In This Topic
    Navigate(Int32) Method
    In This Topic
    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