FIRSTDAY Attribute | firstDay Property

This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.

Sets or retrieves the day of the week to display in the first column for the calendar behavior.

Syntax

XML <ELEMENT FIRSTDAY = iDay... >
Scripting [ iDay = ] calendar.firstDay

Possible Values

iDay Integer that specifies or receives one of the following values.
0
Default. Sunday is displayed in the first column.
1
Monday is displayed in the first column.
2
Tuesday is displayed in the first column.
3
Wednesday is displayed in the first column.
4
Thursday is displayed in the first column.
5
Friday is displayed in the first column.
6
Saturday is displayed in the first column.

The property is read/write. The property has a default value of 0.

Remarks

The firstDay property is available only to objects participating in the calendar behavior.

Applies To

calendar