Propriété pngimage.TChunktIME

From Référence RAD Studio VCL
Jump to: navigation, search

Informations Delphi

property Year: Word read fYear write fYear;
property Month: Byte read fMonth write fMonth;
property Day: Byte read fDay write fDay;
property Hour: Byte read fHour write fHour;
property Minute: Byte read fMinute write fMinute;
property Second: Byte read fSecond write fSecond;


Unité : pngimage

Type : propriété

Visibilité : public

Membre de : TChunktIME

Informations C++

__property unsigned short Year = {read=fYear,write=fYear};
__property unsigned char Month = {read=fMonth,write=fMonth};
__property unsigned char Day = {read=fDay,write=fDay};
__property unsigned char Hour = {read=fHour,write=fHour};
__property unsigned char Minute = {read=fMinute,write=fMinute};
__property unsigned char Second = {read=fSecond,write=fSecond};


Unité : pngimage

Type : propriété

Visibilité : public

Membre de : TChunktIME


Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !

Personal tools