Class LocaleSettings
Inheritance
System.Object
LocaleSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public class LocaleSettings : 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