firstDayOfWeek"

Allows to define the day which shall be shown as first day of week.

Synopsis

shape.firstDayOfWeek(string weekDay);

Parameter

Parameter Description
shape Name of the object
weekDay

Defines the first day of week.

  • Monday

  • Tuesday

  • Wednesday

  • Thursday

  • Friday

  • Saturday

  • Sunday

Description

Allows to define the day which shall be shown as first day of week.

See also

main()
{
   Calendar1.firstDayOfWeek("Monday");
}

Assignment

Calender