TBasedxReportLink.TimeFormat Property
Specifies the manner in which time information is formatted within a report.
Declaration
property TimeFormat: Integer read; write;
Property Value
Type |
---|
Integer |
Remarks
A report link has a set of predefined time formats that can be applied to a report. The TimeFormat property specifies a zero-based index of the available formats.
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