| Package | stimulsoft.report.components.textFormats |
| Class | public class StiDateFormatService |
| Inheritance | StiDateFormatService 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. | StiDateFormatService | ||
| nullDisplay : String Gets or sets string value to show null date. | StiDateFormatService | ||
| position : int [override] [read-only] | StiDateFormatService | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiFormatService | |
| sample : Object [override] [read-only] Gets value to show a sample of formatting. | StiDateFormatService | ||
![]() | 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. | StiDateFormatService | ||
| Method | Defined By | ||
|---|---|---|---|
StiDateFormatService(stringFormat:String = d, nullDisplay:String = ) | StiDateFormatService | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
equals(object:Object):Boolean [override] | StiDateFormatService | ||
![]() | format(arg:*):String Formats the specified object in order of format and returns a string. | StiFormatService | |
formatStr(stringFormat:String, arg:*):String [override] | StiDateFormatService | ||
![]() | 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] | StiDateFormatService | ||
![]() | packService():void | StiService | |
| nativeFormatString | property |
nativeFormatString:String [read-only] [override] Returns native format string.
public function get nativeFormatString():String| nullDisplay | property |
nullDisplay:StringGets or sets string value to show null date.
public function get nullDisplay():String public function set nullDisplay(value:String):void| 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| StiDateFormatService | () | Constructor |
public function StiDateFormatService(stringFormat:String = d, nullDisplay:String = )stringFormat:String (default = d) | |
nullDisplay:String (default = ) |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| formatStr | () | method |
override public function formatStr(stringFormat:String, arg:*):StringParameters
stringFormat:String | |
arg:* |
String |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |