| Package | stimulsoft.report.components.textFormats | 
| Class | public class StiTimeFormatService | 
| Inheritance | StiTimeFormatService  StiFormatService  StiService  StiObject  Object | 
| Property | Defined By | ||
|---|---|---|---|
|  | isDefault : Boolean [read-only]  | StiFormatService | |
|  | isFormatStringFromVariable : Boolean [read-only]  Internal use only. | StiFormatService | |
| nativeFormatString : String [override] [read-only]  Returns native format string. | StiTimeFormatService | ||
| position : int [override] [read-only]  | StiTimeFormatService | ||
|  | properties : StiRepositoryItems | StiService | |
|  | ref : int | StiFormatService | |
| sample : Object [override] [read-only]  Gets value to show a sample of formatting. | StiTimeFormatService | ||
|  | serviceCategory : String [read-only]  Gets a service category. | StiService | |
|  | serviceInfo : String [read-only]  Gets a service description. | StiService | |
|  | serviceName : String [read-only]  Gets a service name. | StiService | |
|  | serviceType : Class [read-only]  Gets a service type. | StiService | |
| stringFormat : String [override]  Gets or sets string of formatting. | StiTimeFormatService | ||
| Method | Defined By | ||
|---|---|---|---|
| StiTimeFormatService(stringFormat:String = hh/mm) | StiTimeFormatService | ||
|  | clone(... args):Object [override]  Creates a new object that is a copy of the current instance. | StiService | |
|  | equals(object:Object):Boolean [override]  | StiFormatService | |
|  | format(arg:*):String  Formats the specified object in order of format and returns a string. | StiFormatService | |
| formatStr(stringFormat:String, arg:*):String [override]  | StiTimeFormatService | ||
|  | getShortTypeName():String  Get a short object type name (without library path). | StiObject | |
|  | getType():Class | StiObject | |
|  | getTypeName():String | StiObject | |
|  | isSimple(object:*):Boolean [static]  | StiObject | |
|  | memberwiseClone():Object [override]  | StiFormatService | |
|  | packService():void | StiService | |
| nativeFormatString | property | 
nativeFormatString:String  [read-only] [override] Returns native format string.
    public function get nativeFormatString():String| position | property | 
position:int  [read-only] [override]     public function get position():int| sample | property | 
sample:Object  [read-only] [override] Gets value to show a sample of formatting.
    public function get sample():Object| stringFormat | property | 
stringFormat:String[override] Gets or sets string of formatting.
    public function get stringFormat():String    public function set stringFormat(value:String):void| StiTimeFormatService | () | Constructor | 
public function StiTimeFormatService(stringFormat:String = hh/mm)| stringFormat:String(default =hh/mm) | 
| formatStr | () | method | 
override public function formatStr(stringFormat:String, arg:*):StringParameters
| stringFormat:String | |
| arg:* | 
| String |