Click or drag to resize

StiTimeFormatService Class

Describes a service for the text formatting as a time value.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.Components.TextFormats
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiTimeFormatConverter))]
public class StiTimeFormatService : StiFormatService

The StiTimeFormatService type exposes the following members.

Constructors
  NameDescription
Public methodStiTimeFormatService
Creates a new format of the type StiTimeFormatService.
Public methodStiTimeFormatService(String)
Creates a new format of the type StiTimeFormatService.
Top
Properties
Methods
  NameDescription
Public methodClone (Inherited from StiService.)
Public methodCreateNew (Overrides StiFormatServiceCreateNew.)
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat(Object)
Formats the specified object in order of format and returns a string.
(Inherited from StiFormatService.)
Public methodFormat(String, Object)
Formats the specified object in order of regulations and returns a string.
(Overrides StiFormatServiceFormat(String, Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Public methodLoadFromJsonObject (Inherited from StiFormatService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Public methodSaveToJsonObject (Overrides StiFormatServiceSaveToJsonObject(StiJsonSaveMode).)
Public methodToString (Inherited from StiFormatService.)
Top
See Also