CodeCharge Studio

FirstWeekDay Run-Time Property (PHP)

Applies to

Calendar Form

Type

integer

Access

read/write

Syntax

object->FirstWeekDay [= value]

Description

Specifies the weekday shown first in the week. The '0' identifies Sunday, '1' - Monday, etc.

Note: The value of this property can be modified in the Before Show event.

Examples

The following example shows how to change property value to Monday.

$Calendar1->FirstWeekDay = 1;


On-line, printable versions and updates