"showPreviousMonth"

Shows the previous month relative to the currently displayed month. Note that the selected date is not changed.

Synopsis

shape.showPreviousMonth();

Parameters

Parameter Description
shape Name of the object

Description

Shows the previous month relative to the currently displayed month. Note that the selected date is not changed.

Example

main()
{
  Calendar.showPreviousMonth();
}

Assignment