[]
Zooms the current calendar to the specific calendar type.
public bool Zoom(CalendarType calendarType)
Public Function Zoom(calendarType As CalendarType) As Boolean
Type | Name | Description |
---|---|---|
CalendarType | calendarType | A CalendarType enumeration that specifies the target calendar type. |
Type | Description |
---|---|
bool | A bool value, true if the calendar type has changed; otherwise, false. |
This method can change the CalendarType of this DropDownCalendar. If the operation succeeds, the true value is returned; otherwise, false.