Search Results for

    Show / Hide Table of Contents

    Class TimeFormat

    Defines how time values are formatted and displayed.

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    FormatBase
    CustomFormat
    TimeFormat
    Inherited Members
    CustomFormat.Format
    CustomFormat.Equals(Object)
    CustomFormat.GetHashCode()
    CustomFormat.FormatValue(Object)
    CustomFormat.Save(XmlItem)
    CustomFormat.Load(XmlItem)
    FormatBase.Name
    Namespace: FastReport.Olap.Format
    Assembly: FastReport.Olap.dll
    Syntax
    public class TimeFormat : CustomFormat, IComponent, IDisposable

    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()
    Back to top © 1998-2024 Copyright Fast Reports Inc.