RecurrenceRelativeMonthlyPattern(DateTime, Int32, DayOfTheWeek, DayOfTheWeekIndex) - конструктор |
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: SystemDateTime
The date and time when the recurrence starts. - interval
- Тип: SystemInt32
The number of months between each occurrence. - dayOfTheWeek
- Тип: Tessa.Exchange.WebServices.DataDayOfTheWeek
The day of the week each occurrence happens. - dayOfTheWeekIndex
- Тип: Tessa.Exchange.WebServices.DataDayOfTheWeekIndex
The relative position of the day within the month.
См. также