"showPreviousYear"

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

Synopsis

shape.showPreviousYear();

Parameters

Parameter Description
shape Name of the object

Description

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

Example

main()
{
  Calendar.showPreviousYear();
}

Assignment

Calendar