"horizontalHeaderFormat"

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

Synopsis

shape.horizontalHeaderFormat(string header);

Parameter

Parameter Description
shape Name of the object
header
  • NoVerticalHeader - no header, calendar weeks are not displayed

  • SingleLetterNames - first letter of each week day is displayed

  • ShortDayNames - abbreviation of each week day is displayed

  • LongDayNames - if there is enough space the entire name is displayed

Description

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

See also

main()
{
  Calendar.horizontalHeaderFormat("SingleLetterNames");
}

Assignment

Calender