MindFusion.Wpf Pack Programmer's Guide
Calendar.Culture Property
See Also
 





Gets or sets the CultureInfo object used to format and display time information in the calendar.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public CultureInfo Culture { get; set; }

Visual Basic  Copy Code

Public Property Culture As CultureInfo

 Property Value

An instance of the .NET CultureInfo class.

 Remarks

Setting the culture info results in reinitialization of all culture-specific properties, such as day and month names, first day of the week, and so on.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
DateTimeFormat Property