Class DateFormat
Defines how date values are formatted and displayed.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
DateFormat
Inherited Members
Namespace: FastReport.Olap.Format
Assembly: FastReport.Olap.dll
Syntax
public class DateFormat : CustomFormat, IComponent, IDisposable
Constructors
DateFormat()
Initializes a new instance of the DateFormat class with default settings.
Declaration
public DateFormat()
Methods
Clone()
Creates exact copy of this format.
Declaration
public override FormatBase Clone()
Returns
Type | Description |
---|---|
FormatBase | The copy of this format. |