WeekOfMonth Enumeration

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

public enum WeekOfMonth
'Declaration
Public Enumeration WeekOfMonth

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

Reference

Microsoft.WindowsMobile.PocketOutlook Namespace