MONTH Attribute | month Property

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

Specifies the current month for the calendar behavior.

Syntax

XML <ELEMENT MONTH = iMonth... >
Scripting [ iMonth = ] calendar.month

Possible Values

iMonth Integer that specifies or receives one of the following values.
0
The current month is January.
1
The current month is February.
2
The current month is March.
3
The current month is April.
4
The current month is May.
5
The current month is June.
6
The current month is July.
7
The current month is August.
8
The current month is September.
9
The current month is October.
10
The current month is November.
11
The current month is December.

The property is read/write. The property has no default value.

Remarks

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

Applies To

calendar