Class DateFormat
Defines how date values are formatted and displayed.
Implements
Inherited Members
Namespace: FastReport.Format
Assembly: FastReport.Base.dll
Syntax
public class DateFormat : CustomFormat, IFRSerializable
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. |