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