MonthCalendar.AddMonthlyBoldedDate(DateTime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a day that is displayed in bold on a monthly basis in the month calendar.
public:
void AddMonthlyBoldedDate(DateTime date);
public void AddMonthlyBoldedDate (DateTime date);
member this.AddMonthlyBoldedDate : DateTime -> unit
Public Sub AddMonthlyBoldedDate (date As DateTime)
Parameters
- date
- DateTime
The date to be displayed in bold.
Remarks
You must call the UpdateBoldedDates method afterward to update the display.
To add multiple dates in a single assignment, you can assign an array of DateTime objects to the MonthlyBoldedDates property.
Applies to
See also
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.