IHostManagementViewsShowCalendar Method
Shows the calendar.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
void ShowCalendar(
DateTime? selectedDate = null,
CalendarKind? kind = null,
string code = null,
bool isActive = true
)
Sub ShowCalendar (
Optional selectedDate As DateTime? = Nothing,
Optional kind As CalendarKind? = Nothing,
Optional code As String = Nothing,
Optional isActive As Boolean = true
)
Parameters
- selectedDate NullableDateTime (Optional)
- Selected date.
- kind NullableCalendarKind (Optional)
- Calender kind.
- code String (Optional)
- Code.
- isActive Boolean (Optional)
- Indicates whether the view is active at startup.