JVCL Help:TJvTFDays.TimeFormat

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Sets the (display) time format used by the control.


Pascal

 propertyTimeFormat: string;


Description

The TimeFormat property allows you to specify how times should be displayed in the control. Internally JTF uses Delphi's FormatDateTime method along with the format strings specified here and in the DateFormat property to display dates and times. Please refer to the FormatDateTime method for more information on the content of the format string. In TJvTFDays this property will be ignored if TJvTFDays.RowHdrType is set to rhFancy. This is a protected property which can be surfaced by controls derived from TJvTFControl. It may not be available to all TJvTFControls.


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page