Month Calendar Control in VB.NET

What is month calendar control in VB.NET?

Explanation

Month Calendar Control

This control is used to select a date in an application at runtime. Using this control calendar for one or more months can be displayed, so that a single date or a range of dates can be selected using this control.
Video:
Explanation:
  • The DateSelected event of the Month Calendar Control is used.
  • Using the SelectRange property, the month of the starting date of selection is returned.
  • Textbox displays the month as an integer value.

Visual Basic Tutorial


Ask Questions

Ask Question