Table of Contents

Class TimeFormat

Namespace: FastReport.Olap.Format
Assembly: FastCube.Core.dll

Defines how time values are formatted and displayed.

public class TimeFormat : CustomFormat

Inheritance

objectMarshalByRefObjectComponentFormatBaseCustomFormatTimeFormat

Inherited Members

CustomFormat.Format, CustomFormat.DefaultFormatValue, CustomFormat.Clone(), CustomFormat.Equals(object), CustomFormat.FormatValue(object), CustomFormat.GetHashCode(), CustomFormat.Load(XmlItem), CustomFormat.Save(XmlItem), FormatBase.Name, FormatBase.Clone(), FormatBase.FormatValue(object), FormatBase.Load(XmlItem), FormatBase.Save(XmlItem)

Constructors

TimeFormat()

Initializes a new instance of the TimeFormat class with default settings.

public TimeFormat()

Methods

Clone()

Creates exact copy of this format.

public override FormatBase Clone()

Returns

FormatBase

The copy of this format.