Class TimeFormat
Defines how time values are formatted and displayed.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
TimeFormat
Inherited Members
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. |