Interface ICalendar
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface ICalendar : IFrameworkElement, ITargetElement
Properties
Declaration
FrameworkElement MonthViewElement { get; }
Property Value
Declaration
DateTime? SelectedDate { get; set; }
Property Value
|
System.Nullable<System.DateTime>
|
Declaration
SelectedDatesCollection SelectedDates { get; }
Property Value
Declaration
FrameworkElement YearViewElement { get; }
Property Value
Methods
Declaration
void Navigate(CalendarNavigationDirection direction)
Parameters
Declaration
void SelectDates(bool simulateRealUser, List<DateTime> dates, bool isInDatePicker)
Parameters
|
System.Boolean
simulateRealUser
|
|
System.Collections.Generic.List<System.DateTime>
dates
|
|
System.Boolean
isInDatePicker
|
Declaration
void SelectMonth(int month)
Parameters
Declaration
void SelectYear(int year)
Parameters