RecurrenceWeeklyPattern(DateTime, Int32, DayOfTheWeek) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public WeeklyPattern(
DateTime startDate,
int interval,
params DayOfTheWeek[] daysOfTheWeek
)
Public Sub New (
startDate As DateTime,
interval As Integer,
ParamArray daysOfTheWeek As DayOfTheWeek()
)
public:
WeeklyPattern(
DateTime startDate,
int interval,
... array<DayOfTheWeek>^ daysOfTheWeek
)
new :
startDate : DateTime *
interval : int *
daysOfTheWeek : DayOfTheWeek[] -> WeeklyPattern
Параметры
- startDate DateTime
- The date and time when the recurrence starts.
- interval Int32
- The number of weeks between each occurrence.
- daysOfTheWeek DayOfTheWeek
- The days of the week when occurrences happen.