RecurrenceRelativeMonthlyPattern(DateTime, Int32, DayOfTheWeek, DayOfTheWeekIndex) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public RelativeMonthlyPattern(
DateTime startDate,
int interval,
DayOfTheWeek dayOfTheWeek,
DayOfTheWeekIndex dayOfTheWeekIndex
)
Public Sub New (
startDate As DateTime,
interval As Integer,
dayOfTheWeek As DayOfTheWeek,
dayOfTheWeekIndex As DayOfTheWeekIndex
)
public:
RelativeMonthlyPattern(
DateTime startDate,
int interval,
DayOfTheWeek dayOfTheWeek,
DayOfTheWeekIndex dayOfTheWeekIndex
)
new :
startDate : DateTime *
interval : int *
dayOfTheWeek : DayOfTheWeek *
dayOfTheWeekIndex : DayOfTheWeekIndex -> RelativeMonthlyPattern
Параметры
- startDate DateTime
- The date and time when the recurrence starts.
- interval Int32
- The number of months between each occurrence.
- dayOfTheWeek DayOfTheWeek
- The day of the week each occurrence happens.
- dayOfTheWeekIndex DayOfTheWeekIndex
- The relative position of the day within the month.