ScheduleSet.Calendars

Show and Manipulate Date Based Information.

ScheduleSet-Calendars-net-winforms

Set of components to show date-time based information. Aside enhanced classic Calendar control you can take advantage of RichCalendar with functions like showing text, image or ScreenTip information for each day. Calendars are able to show each day in different style, available features are color of text and background, selection of borders, flags and/or underlines. Calendars contains a GridCalendar component, a unique control not found in any other  component set. GridCalendar displays date calendar in the form of grid helping you to show well arranged planning calendar and similar features in your applications.

ScheduleSet.Calendars contain those controls:

Clock, DatePicker, GridCalendar, LightCalendar, MonthPicker, MonthSelector, RichCalendar, RichCalendarCombo, TimePicker

Clock

Component for displaying either static or active time in an analog clock.

   

With the Active property you can set whether the clock stands still and just shows the static time or it is active. For the active clock current time can be displayed or the TimeShift property can be used to set the constant difference against current time. The time currently displayed is always available through the Value property.

There can be a box displayed with a digital time. It can be placed above, below or inside the clock. This is done by the DigitsPosition property. The area with digital time has its own style and font definition. Displayed time can also be formatted with TimeFormat property.
 

DatePicker

Combo box for displaying and choosing the date. When the drop down button is clicked, the LightCalendar component appears allowing to choose the date. After clicking any date the calendar is closed and the value in the textbox is updated. Date can also be entered directly in a textbox.

The control for displaying and choosing the date and time. It consists of DatePicker and TimePicker controls. When the drop down button is clicked, the Clock component for time and LightCalendar for date selection appears.

  • Date and time formats can be set
  • Comboboxes, Clock and Calendar can be styled

 

GridCalendar

Calendar component for displaying larger time intervals with months displayed one below another in a grid.

GridCalendar2

GridCalendar provides rich style hierarchy for setting the desired appearance. It allows to define style for each individual part, including Header, Footer, Row and Column Headers. Days have one common style and multiple style options for defining special appearance, such as selected days, holidays, days of week, days with special events etc.

Read More

LightCalendar

Light calendar component for displaying one month.

MonthPicker

Combo box for displaying and choosing the month. When the drop down button is clicked, the MonthSelector component appears allowing to choose a single month. After clicking any month name the MonthSelector is closed and the value in the textbox is updated. Value can also be entered directly in a textbox.

MonthSelector

Component allowing to select particular month in a list of months and years. A scrollable list of maximum twelve visible years is present in the left, months are listed in the right side of the control.

RichCalendar

Calendar component for displaying dates in weeks. It fills the given area with month calendars, recalculating the layout dynamically when resized.

Read More

RichCalendarCombo

Components similar to DatePicker but providing much more of calendar features as it is using the RichCalendar for choosing the date. When the drop down button is clicked, the RichCalendar component appears and after clicking any date the calendar is closed and the value in the textbox is updated. Date can also be entered directly in a textbox.

 

TimePicker

Combo box for displaying and choosing the time of day. When the drop down button is clicked, the Clock component appears allowing to set the time. After choosing the time the clock is closed and the value in the textbox is updated. Time can also be entered directly in a textbox.

Watch the video and learn more about .NET WinForms Suite