| C1.Win.Calendar Namespace > C1CalendarView Class : CurrentCulture Property |
'Declaration<C1CategoryAttribute("Calendar")> <C1DescriptionAttribute("Get or sets current culture for the calendar.")> Public Property CurrentCulture As CultureInfo
'UsageDim instance As C1CalendarView Dim value As CultureInfo instance.CurrentCulture = value value = instance.CurrentCulture
[C1Category("Calendar")] [C1Description("Get or sets current culture for the calendar.")] public CultureInfo CurrentCulture {get; set;}
[C1Category("Calendar")] [C1Description("Get or sets current culture for the calendar.")] public: property CultureInfo^ CurrentCulture { CultureInfo^ get(); void set ( CultureInfo^ 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