Skip to content

ScriptCulture class

namespace: Serenity   assemblySerenity.Net.Web

Culture options that are passed to the client side.

public class ScriptCulture

Public Members

name description
ScriptCulture() Initializes a new instance of the ScriptCulture class using CurrentCulture.
ScriptCulture(…) Initializes a new instance of the ScriptCulture class.
DateFormat { get; set; } Gets or sets the date format.
DateOrder { get; set; } Gets or sets the date year-month-day ordering, e.g. d/M/y.
DateSeparator { get; set; } Gets or sets the date separator.
DateTimeFormat { get; set; } Gets or sets the date/time format.
DecimalSeparator { get; set; } Gets or sets the decimal separator.
GroupSeparator { get; set; } Gets or sets the group separator.

See Also