Defines the command that makes a next month the month that is currently represented by the control.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public static readonly C1Command NextMonthCommand
Visual Basic
Public Shared ReadOnly NextMonthCommand As C1Command

Remarks

This command is executed by the CalendarBase and is implemented by the NextMonth()()()() method.

See Also