UpdateMonthCalendar

A month calendar that automatically updates its properties.


Constructors:

New()

Properties:

AnnuallyBoldedDates As System.DateTime[]

Collection of dates that are bolded in each year (read-only).

BoldedDates As System.DateTime[]

Collection of dates that are bolded (read-only).

Enabled As Boolean

True if the control is enabled (read-only).

MonthlyBoldedDates As System.DateTime[]

Collection of dates that are bolded in each month (read-only).

SelectionEnd As System.DateTime

Last date that is currently selected (read-only).

SelectionRange As System.Windows.Forms.SelectionRange

Range of dates that are currently selected (read-only).

SelectionStart As System.DateTime

First date that is currently selected (read-only).


Events:

GetAnnuallyBoldedDates () As System.DateTime[]

Event fired to display the annually bolded dates.

GetBoldedDates () As System.DateTime[]

Event fired to display the bolded dates.

GetEnabled () As Boolean

Event fired to determine whether the control is enabled.

GetMonthlyBoldedDates () As System.DateTime[]

Event fired to display the monthly bolded dates.

GetSelectionEnd () As System.DateTime

Event fired to calculate the last selected date.

GetSelectionStart () As System.DateTime

Event fired to calculate the first selected date.

SetSelectionEnd (ByVal value As System.DateTime)

Event fired when the user changes the last selected date.

SetSelectionStart (ByVal value As System.DateTime)

Event fired when the user changes the first selected date.