CalendarView(DateTime, DateTime, Int32) - конструктор |
Initializes a new instance of CalendarView.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public CalendarView(
DateTime startDate,
DateTime endDate,
int maxItemsReturned
)
Public Sub New (
startDate As DateTime,
endDate As DateTime,
maxItemsReturned As Integer
)
public:
CalendarView(
DateTime startDate,
DateTime endDate,
int maxItemsReturned
)
new :
startDate : DateTime *
endDate : DateTime *
maxItemsReturned : int -> CalendarView
Параметры
- startDate
- Тип: SystemDateTime
The start date. - endDate
- Тип: SystemDateTime
The end date. - maxItemsReturned
- Тип: SystemInt32
The maximum number of items the search operation should return.
См. также