Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the months of the year during which the task runs.
This property is read/write.
Syntax
HRESULT get_MonthsOfYear(
short *pMonths
);
Parameters
pMonths
Return value
None
Remarks
The following table shows the mapping of the bitwise mask that is used by this property.
| Month | Hex value | Decimal value |
|---|---|---|
| January | 0X001 | 1 |
| February | 0x002 | 2 |
| March | 0X004 | 4 |
| April | 0x008 | 8 |
| May | 0X010 | 16 |
| June | 0X020 | 32 |
| July | 0x040 | 64 |
| August | 0X080 | 128 |
| September | 0X100 | 256 |
| October | 0X200 | 512 |
| November | 0X400 | 1024 |
| December | 0X800 | 2048 |
When reading or writing your own XML for a task, the months of the year are specified using the Months element of the Task Scheduler schema.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | taskschd.h |
| Library | Taskschd.lib |
| DLL | Taskschd.dll |