RecurrenceYearlyRegenerationPattern(DateTime, Int32) - конструктор
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public YearlyRegenerationPattern(
DateTime startDate,
int interval
)
Public Sub New (
startDate As DateTime,
interval As Integer
)
public:
YearlyRegenerationPattern(
DateTime startDate,
int interval
)
new :
startDate : DateTime *
interval : int -> YearlyRegenerationPattern
Параметры
- startDate DateTime
- The date and time when the recurrence starts.
- interval Int32
- The number of years between the current occurrence and the next, after the current occurrence is completed.