Show / Hide Table of Contents

Class TimeFormat

Defines how time values are formatted and displayed.

Inheritance
System.Object
FormatBase
CustomFormat
TimeFormat
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 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.

Overrides
CustomFormat.Clone()

Implements

IFRSerializable
Back to top Generated by DocFX