Recurrence.ByDay Constructor
The Recurrence.ByDay constructor creates a new Recurrence.ByDay structure that has a given weekday and week number.
Namespace: Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub New ( _
day As DayOfWeek, _
occurrenceNumber As Integer _
)
public ByDay (
DayOfWeek day,
int occurrenceNumber
)
public:
ByDay (
DayOfWeek day,
int occurrenceNumber
)
public ByDay (
DayOfWeek day,
int occurrenceNumber
)
public function ByDay (
day : DayOfWeek,
occurrenceNumber : int
)
Parameters
- day
The day of the week in the numbered week that is specified by occurrenceNumber.
- occurrenceNumber
The number of the week in the year.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)