Vcl.ComCtrls.TDateTimeKind
Delphi
TDateTimeKind = (dtkDate, dtkTime);
C++
enum DECLSPEC_DENUM TDateTimeKind : unsigned char { dtkDate, dtkTime };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
Description
TDateTimeKind is the type of the Kind property.
See Also
See Kind for the functionality of this type.