Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Specifies the weeks of any month (from 1 to 5), used in a recurrence pattern.

Namespace:Microsoft.WindowsMobile.PocketOutlook
Assembly:Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

Members

Member name Description
First The item recurs in the first week of the month.
Fourth The item recurs in the fourth week of the month.
Last The item recurs in the last week of the month.
None The item does not recur weekly.
Second The item recurs in the second week of the month.
Third The item recurs in the third week of the month.

Remarks

Used with Month::MonthByNumber and Month::YearByNumber.

Note: The value five is always the last week of the month, regardless of whether the calculated date actually exists.


See Also