CalendarView(DateTime, DateTime, Int32) - конструктор
Initializes a new instance of CalendarView.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 DateTime
- The start date.
- endDate DateTime
- The end date.
- maxItemsReturned Int32
- The maximum number of items the search operation should return.