Show / Hide Table of Contents

Class DateFormat

Defines how date values are formatted and displayed.

Inheritance
System.Object
FormatBase
CustomFormat
DateFormat
Implements
IFRSerializable
Inherited Members
CustomFormat.Format
CustomFormat.Equals(Object)
CustomFormat.GetHashCode()
CustomFormat.FormatValue(Object)
FormatBase.Name
FormatBase.Serialize(FRWriter)
FormatBase.Deserialize(FRReader)
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.

Overrides
CustomFormat.Clone()

Implements

IFRSerializable
Back to top Generated by DocFX