| C1.Win.Calendar Namespace > CalendarSettings Class : BoldedDates Property |
'Declaration<C1DescriptionAttribute("Gets or sets the array of System.DateTime objects that determines which nonrecurring dates are displayed in bold.")> <LocalizableAttribute(True)> Public Property BoldedDates As Date()
'UsageDim instance As CalendarSettings Dim value() As Date instance.BoldedDates = value value = instance.BoldedDates
[C1Description("Gets or sets the array of System.DateTime objects that determines which nonrecurring dates are displayed in bold.")] [Localizable(true)] public DateTime[] BoldedDates {get; set;}
[C1Description("Gets or sets the array of System.DateTime objects that determines which nonrecurring dates are displayed in bold.")] [Localizable(true)] public: property array<DateTime>^ BoldedDates { 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