TCustomdxComponentPrinter.TimeFormat Property
In This Article
Specifies time formatting options.
#Declaration
Delphi
property TimeFormat: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
A component printer has a set of predefined time formats that can be applied to a report. The TimeFormat property specifies the zero-based index of a given format.
Index | Example |
---|---|
0 | 2:45 PM |
1 | 2:45:58 PM |
2 | 14:45 |
3 | 14:45:58 |
The default value of this property is 0.
See Also