Search Results for

    Show / Hide Table of Contents

    Class DateFormat

    Defines how date values are formatted and displayed.

    Inheritance
    System.Object
    System.MarshalByRefObject
    System.ComponentModel.Component
    FormatBase
    CustomFormat
    DateFormat
    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 DateFormat : CustomFormat, IComponent, IDisposable

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