JVCL Help:TYearDigits

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates ways to display the year part of a date.

run\JvToolEdit.pas


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.)

run\JvToolEdit.pas


Description

Use the TYearDigits type to specify the number of digits to be used to display the year part of a date.

run\JvToolEdit.pas


See Also

TJvCustomDateEdit.YearDigits

run\JvToolEdit.pas


About

Navigation

no pages or subcategories

run\JvToolEdit.pas



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