Search Results for

    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)
    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.

    Overrides
    CustomFormat.Clone()

    Implements

    IFRSerializable
    Back to top © 1998-2025 Copyright Fast Reports Inc.