Class DateFormat
Defines how date values are formatted and displayed.
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FastReport.Format
Assembly: FastReport.OpenSource.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. |