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