In The Hand LtdIn The Hand
WeekOfMonth Enumeration
NamespacesInTheHand.WindowsMobile.PocketOutlookWeekOfMonth
.NET Components for Mobility
Specifies the weeks of any month (from 1 to 5), used in a recurrence pattern.
Declaration Syntax
C#Visual Basic
public enum WeekOfMonth
Public Enumeration WeekOfMonth
Members
MemberDescription
None
The item does not recur weekly.

First
The item recurs in the first week of the month.

Second
The item recurs in the second week of the month.

Third
The item recurs in the third 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.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Remarks

Equivalent to Microsoft.WindowsMobile.PocketOutlook.WeekOfMonth.

Used with MonthByNumber and YearByNumber recurrence types.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0