Defines the command that makes a previous 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 PreviousMonthCommand
Visual Basic
Public Shared ReadOnly PreviousMonthCommand As C1Command

Remarks

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

See Also