| Property Reference > Quick Reference for All Properties > FormatDate Property |
C1QueryFrame.FormatDate = string
Notes
Read/Write at run time and design time. Property applies to C1QueryFrame control.
Values
|
Constant Value and Name |
Meaning |
|
0 - c1qFormatLongDate |
Long date without time |
|
1 - c1qFormatLongDateTime |
Long date with time |
|
2 - c1qFormatShortDate |
Short date without time |
|
3 - c1qFormatShortDateTime |
Short date with time |
Description
This property specifies the date format used in the C1QueryFrame control displaying date values.
See Also