Month Calendar Properties, Methods, Events in VB.NET

List of month calendar properties in VB.NET?

Explanation

Month Calendar Properties

Following tables lists the Properties, Events, Methods commonly used with the Month Calendar Control of Visual Basic.net 2008.
Properties:
Properties Description
AnnuallyBoldedDate Property holds an array of DateTime objects specifying which days should be bold.
BoldedDates Property used to Get or sets an array of DateTime objects specifying which dates shpuld be bold.
CalendarDimensions Property used to Get or set the number of columns.
FirstDayOfWeek Property to get or set the first day of the week.
MaxDate Property to get or set the maximum possible date.
MaxSelectionCount Property holds the maximum number of days that can be selected.
MinDate Property to get or set the minimum possible date.
ScrollChange Property holds the scroll rate.
SelectionEnd Property used to set or get the end date of the selected range.
SelectionRange Property used to get the selected range of date from the control.
SelectionStart Property used set or get the start date of the selected range.
SingleMonthSize Property returns the minimum size in which to display a month.
ShowTodayCircle Property set the todays date inside a circle.
TodaysDate Property set or get the todays date.
TodayDateSet Property specifies whether the Date Time property has been set.
Methods:
Method Description
AddAnnuallyBoldedDate Method used to add a day that will be displayed in bold annually.
AddBoldedDate Method used to add a day that will be displayed in Bold.
AddMonthlyBoldedDate Method used to add a day that will be displayed in bold monthly.
GetDisplayRange Method used to get the date information that specifies the range displayed dates.
RemoveAllAnnuallyBoldedDates Method used to remove all annually bolded dates.
RemoveAllBoldedDates Method used to remove all non recurring bolded dates.
RemoveBoldedDate Method used to remove a date from the calendars internal list o monthly bolded dates.
SetCalendarDimension Method used to set the number of columns and rows.
SetDate Method used to set the selected Date.
SetSelectionRange Method used to set the selected dates to the given range of dates.
UpdateBoldedDates Method used to redisplay the bolded dates.
Events:
Events Description
Datechanged Triggered when the date in the calendar control is changed.
DateSelected Triggered when the control is double clicked.

Visual Basic Tutorial


Ask Questions

Ask Question