Class TimeFormat
Defines how time values are formatted and displayed.
Implements
Inherited Members
Namespace: FastReport.Format
Assembly: FastReport.Base.dll
Syntax
public class TimeFormat : CustomFormat, IFRSerializable
Constructors
TimeFormat()
Initializes a new instance of the TimeFormat class with default settings.
Declaration
public TimeFormat()
Methods
Clone()
Creates exact copy of this format.
Declaration
public override FormatBase Clone()
Returns
Type | Description |
---|---|
FormatBase | The copy of this format. |