"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 |
|
Description
Defines the format for the calendar widget's horizontal header.
See also
main()
{
Calendar.horizontalHeaderFormat("SingleLetterNames");
}
Assignment
Calender