FMX.DateTimeCtrls.Types.TDTPart

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TDTPart = (Year, Month, Day, Hour24, Hour12, Minute, Sec, MSec, AMPM, Unknown);

C++

enum class DECLSPEC_DENUM TDTPart : unsigned char { Year, Month, Day, Hour24, Hour12, Minute, Sec, MSec, AMPM, Unknown, tpYear _DEPRECATED_ATTRIBUTE3("Use TDTPart.Year")  = 0, tpMonth _DEPRECATED_ATTRIBUTE3("Use TDTPart.Month")  = 1, tpDay _DEPRECATED_ATTRIBUTE3("Use TDTPart.Day")  = 2, tpHour24 _DEPRECATED_ATTRIBUTE3("Use TDTPart.Hour24")  = 3, tpHour12 _DEPRECATED_ATTRIBUTE3("Use TDTPart.Hour12")  = 4, tpMin _DEPRECATED_ATTRIBUTE3("Use TDTPart.Minute")  = 5, tpSec _DEPRECATED_ATTRIBUTE3("Use TDTPart.Sec")  = 6, tpMSec _DEPRECATED_ATTRIBUTE3("Use TDTPart.MSec")  = 7, tpAMPM _DEPRECATED_ATTRIBUTE3("Use TDTPart.AMPM")  = 8, tpUnknow _DEPRECATED_ATTRIBUTE3("Use TDTPart.Unknown")  = 9 };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
FMX.DateTimeCtrls.Types.pas
FMX.DateTimeCtrls.Types.hpp
FMX.DateTimeCtrls.Types FMX.DateTimeCtrls.Types

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.