In The Hand LtdIn The Hand
DayOfMonth Property
NamespacesInTheHand.WindowsMobile.PocketOutlookRecurrenceDayOfMonth
.NET Components for Mobility
The day in any month a pattern occurs, from 1 to 31.
Declaration Syntax
C#Visual Basic
public int DayOfMonth { get; set; }
Public Property DayOfMonth As Integer
	Get
	Set
Remarks
If there are not as many days in a given month as the value specified, it will occur on the last day of that month. Valid for Monthly and Yearly Recurrences.
Exceptions
ExceptionCondition
NotSupportedExceptionDayOfMonth property only valid for Monthly and Yearly Recurrence Types.
ArgumentOutOfRangeExceptionValue must be between 1 and 31 inclusive.

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