Gets or sets the CultureInfo object used to format and display time information in the calendar.
Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public CultureInfo Culture { get; set; } |
Visual Basic
![]() |
---|
Public Property Culture As CultureInfo |
An instance of the System.Globalization.CultureInfo class. Default value is an instance of the invariant culture.
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.