CalendarView(DateTime, DateTime) - конструктор
Initializes a new instance of CalendarView.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.