CalendarView(DateTime, DateTime) - конструктор |
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
)
Public Sub New (
startDate As DateTime,
endDate As DateTime
)
public:
CalendarView(
DateTime startDate,
DateTime endDate
)
new :
startDate : DateTime *
endDate : DateTime -> CalendarView
Параметры
- startDate
- Тип: SystemDateTime
The start date. - endDate
- Тип: SystemDateTime
The end date.
См. также