JVCL Help:TYearDigits
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TYearDigits type
Search in JVCL Help
Search in all projectsSummary
Enumerates ways to display the year part of a date.
Pascal
run\JvToolEdit.pas
TYearDigits = (
dyDefault,
dyFour,
dyTwo
);
Members
Members | Description |
dyDefault | Uses either 2 or 4 digits for the year, depending on the number of digits used to display the year in the short date format specified in the Windows control panel. |
dyFour | Uses 4 digits for the year (e.g., 1999, 2000, 2001 etc.) |
dyTwo | 99, 00, 01 etc.) |
Description
Use the TYearDigits type to specify the number of digits to be used to display the year part of a date.
See Also
About
no pages or subcategories
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