Packagestimulsoft.report.components.textFormats
Classpublic class StiTimeFormatService
InheritanceStiTimeFormatService Inheritance StiFormatService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
 InheritedisDefault : Boolean
[read-only]
StiFormatService
 InheritedisFormatStringFromVariable : Boolean
[read-only] Internal use only.
StiFormatService
  nativeFormatString : String
[override] [read-only] Returns native format string.
StiTimeFormatService
  position : int
[override] [read-only]
StiTimeFormatService
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedref : int
StiFormatService
  sample : Object
[override] [read-only] Gets value to show a sample of formatting.
StiTimeFormatService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
  stringFormat : String
[override] Gets or sets string of formatting.
StiTimeFormatService
Public Methods
 MethodDefined By
  
StiTimeFormatService(stringFormat:String = hh/mm)
StiTimeFormatService
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
equals(object:Object):Boolean
[override]
StiFormatService
 Inherited
format(arg:*):String
Formats the specified object in order of format and returns a string.
StiFormatService
  
formatStr(stringFormat:String, arg:*):String
[override]
StiTimeFormatService
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiFormatService
 Inherited
StiService
Property Detail
nativeFormatStringproperty
nativeFormatString:String  [read-only] [override]

Returns native format string.


Implementation
    public function get nativeFormatString():String
positionproperty 
position:int  [read-only] [override]


Implementation
    public function get position():int
sampleproperty 
sample:Object  [read-only] [override]

Gets value to show a sample of formatting.


Implementation
    public function get sample():Object
stringFormatproperty 
stringFormat:String[override]

Gets or sets string of formatting.


Implementation
    public function get stringFormat():String
    public function set stringFormat(value:String):void
Constructor Detail
StiTimeFormatService()Constructor
public function StiTimeFormatService(stringFormat:String = hh/mm)



Parameters
stringFormat:String (default = hh/mm)
Method Detail
formatStr()method
override public function formatStr(stringFormat:String, arg:*):String

Parameters

stringFormat:String
 
arg:*

Returns
String