Class LocaleSettings
Inheritance
System.Object
LocaleSettings
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class LocaleSettings : Object, IReportDispose, IDisposable
Constructors
LocaleSettings()
Declaration
public LocaleSettings()
Properties
DateFormat
Declaration
public string DateFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeFormat
Declaration
public string TimeFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeZone
Declaration
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable