|
|
|
SftMaskCalendar.BoldDate Property |
Displays the specified date using a bold font (UpdateMonth event).
Syntax
VB.NET |
object.BoldDate = Dt As Date |
||
VB |
object.BoldDate = Dt As Date |
||
C#.NET |
System.DateTime object.BoldDate = Dt; |
||
VC++ |
DATE object->BoldDate = Dt;
|
||
C |
HRESULT object->put_BoldDate(DATE Dt); |
||
Delphi |
object.BoldDate := Dt : TDateTime; |
object
A SftMaskCalendar object.
Dt
Defines the date to be displayed using a bold font.
Comments
The BoldDate property displays the specified date using a bold font (UpdateMonth event).
This property is write/only and can only be used while processing an UpdateMonth event. It is used to define a specific date to be displayed with a bold font. The dates defined using BoldDate are cumulative.