Returns or sets a value that specifies the current month.
Syntax
object.Month [= number]
The Month property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
number | A constant or numeric expression that evaluates to an integer indicating the month, as shown in Settings. |
Settings
The settings for number are:
Constant | Value | Description |
mvwJanuary | 1 | January |
mvwFebruary | 2 | February |
mvwMarch | 3 | March |
mvwApril | 4 | April |
mvwMay | 5 | May |
mvwJune | 6 | June |
mvwJuly | 7 | July |
mvwAugust | 8 | August |
mvwSeptember | 9 | September |
mvwOctober | 10 | October |
mvwNovember | 11 | November |
mvwDecember | 12 | December |
Remarks
The Month property can be set to any integer from 1 to 12.