"verticalHeaderFormat"

Defines the format for the calendar widget's vertical header.

Synopsis

shape.verticalHeaderFormat(string header);

Parameter

Parameter Description
shape Name of the object
header
  • ISOWeekNumbers - calendar weeks are displayed on the left side of the calendar days

  • NoVerticalHeader - no header, calendar weeks are not displayed

Description

Defines the format for the calendar widget's vertical header.

Example

main()
{
  Calendar.verticalHeaderFormat("ISOWeekNumbers");
}

Assignment

Calender