"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 |
|
Description
Defines the format for the calendar widget's vertical header.
Example
main()
{
Calendar.verticalHeaderFormat("ISOWeekNumbers");
}
Assignment
Calender