| C1.Win.Calendar Namespace > CalendarSettings Class : AnnuallyBoldedDates Property |
'Declaration<C1DescriptionAttribute("Gets or sets the array of System.DateTime objects that determines which annual days are displayed in bold.")> <LocalizableAttribute(True)> Public Property AnnuallyBoldedDates As Date()
'UsageDim instance As CalendarSettings Dim value() As Date instance.AnnuallyBoldedDates = value value = instance.AnnuallyBoldedDates
[C1Description("Gets or sets the array of System.DateTime objects that determines which annual days are displayed in bold.")] [Localizable(true)] public DateTime[] AnnuallyBoldedDates {get; set;}
[C1Description("Gets or sets the array of System.DateTime objects that determines which annual days are displayed in bold.")] [Localizable(true)] public: property array<DateTime>^ AnnuallyBoldedDates { array<DateTime>^ get(); void set ( array<DateTime>^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2