Gets or sets the culture that will be used for DateTime formatting.
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public CultureInfo Culture { get; set; } |
Visual Basic |
---|
Public Property Culture As CultureInfo Get Set |
Visual C++ |
---|
public: property CultureInfo^ Culture { CultureInfo^ get (); void set (CultureInfo^ value); } |